Uses of Class
it.tidalwave.util.As.Ref
-
Packages that use As.Ref Package Description it.tidalwave.util -
-
Uses of As.Ref in it.tidalwave.util
Methods in it.tidalwave.util that return As.Ref Modifier and Type Method Description static <T> As.Ref<T>As. ref(java.lang.Class<?> type)Creates a role type reference.Methods in it.tidalwave.util with parameters of type As.Ref Modifier and Type Method Description default <T> TAs. as(As.Ref<T> ref)Returns a role for this object of the specified type.default <T> java.util.Collection<T>As. asMany(As.Ref<T> ref)Returns the requested role or an emptyOptional.default <T> java.util.Optional<T>As. maybeAs(As.Ref<T> ref)Returns the requested role or an emptyOptional.
-