Uses of Interface
it.tidalwave.util.As.NotFoundBehaviour
-
Packages that use As.NotFoundBehaviour Package Description it.tidalwave.util -
-
Uses of As.NotFoundBehaviour in it.tidalwave.util
Methods in it.tidalwave.util that return As.NotFoundBehaviour Modifier and Type Method Description static <X> As.NotFoundBehaviour<X>
As.Defaults. throwAsException(java.lang.Class<X> clazz)
Deprecated.Methods in it.tidalwave.util with parameters of type As.NotFoundBehaviour Modifier and Type Method Description default <T> T
As. as(java.lang.Class<T> type, As.NotFoundBehaviour<T> notFoundBehaviour)
Deprecated.static <T> T
AsExtensions. as(java.lang.Object datum, java.lang.Class<T> roleType, As.NotFoundBehaviour<T> notFoundBehaviour)
Deprecated.
-