- Type Parameters:
T- the type of the referent
- All Known Implementing Classes:
Entity.ReferencedEntity,Entity.StrongEntity
interface Entity<T>
Holder for an instance.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classHolds an entity referenced using the inputReferencestatic classA strongly referenced entity -
Method Summary
-
Method Details
-
get
T get()- Returns:
- the instance or null if nothing is available
-