Given a locator, locates an object and attempts to downcast to T type.
See: aermicioi.aedi.storage.wrapper : unwrap for downcasting semantics.
the locator that contains the component with id as identity
Object casted to desired type.
InvalidCastException when actual type of object is not of type that is requested.
See Implementation
Given a locator, locates an object and attempts to downcast to T type.
See: aermicioi.aedi.storage.wrapper : unwrap for downcasting semantics.