resolve

Resolve a reference, and attempt to convert to data of type T.

Resolve a reference, and attempt to convert to data of type T.

Parameters

T

the expected type of resolved data.

locator Locator!()

optional source of data for resolving reference

Return Value

Type: auto

T referenced object Wrapper!T referenced data that is not of Object subclass.

Throws

InvalidCastException when resolved data is not of expected type.

Meta