Module aermicioi.aedi.storage.wrapper

Interfaces

NameDescription
Castable Interface for components that denotes tha ability to be casted to a particular type T.
Wrapper Interface for components that wrap a component of type T. Provides boxing and automatic unboxing of wrapped values.

Classes

NameDescription
CastableWrapperImpl Wrapper over some component of type T.
WrapperImpl Wrapper over some component of type T.