Uses of Class
it.tidalwave.util.As.Type
-
Packages that use As.Type Package Description it.tidalwave.role.ui it.tidalwave.util -
-
Uses of As.Type in it.tidalwave.role.ui
Fields in it.tidalwave.role.ui declared as As.Type Modifier and Type Field Description static As.Type<SimpleComposite<PresentationModel>>
PresentationModel. _SimpleCompositeOfPresentationModel_
-
Uses of As.Type in it.tidalwave.util
Methods in it.tidalwave.util that return As.Type Modifier and Type Method Description static <T> As.Type<T>
As. type(java.lang.Class<?> type)
Creates a role type reference.Methods in it.tidalwave.util with parameters of type As.Type Modifier and Type Method Description default <T> T
As. as(As.Type<? extends T> type)
Returns a role for this object of the specified type.static <T> T
AsExtensions. as(java.lang.Object datum, As.Type<? extends T> type)
default <T> java.util.Collection<T>
As. asMany(As.Type<? extends T> type)
Returns the requested role or an emptyOptional
.static <T> java.util.Collection<T>
AsExtensions. asMany(java.lang.Object datum, As.Type<? extends T> type)
default <T> java.util.Optional<T>
As. maybeAs(As.Type<? extends T> type)
Returns the requested role or an emptyOptional
.static <T> java.util.Optional<T>
AsExtensions. maybeAs(java.lang.Object datum, As.Type<? extends T> type)
-