Uses of Interface
it.tidalwave.util.As.NotFoundBehaviour
-
Packages that use As.NotFoundBehaviour Package Description it.tidalwave.role it.tidalwave.util it.tidalwave.util.spi -
-
Uses of As.NotFoundBehaviour in it.tidalwave.role
Methods in it.tidalwave.role with parameters of type As.NotFoundBehaviour Modifier and Type Method Description static <T> T
AsExtensions. as(java.lang.Object datum, java.lang.Class<T> roleType, As.NotFoundBehaviour<T> notFoundBehaviour)
<T> T
AsExtensionsBean. as(java.lang.Object datum, java.lang.Class<T> roleType, As.NotFoundBehaviour<T> notFoundBehaviour)
-
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)
Methods in it.tidalwave.util with parameters of type As.NotFoundBehaviour Modifier and Type Method Description <T> T
As. as(java.lang.Class<T> type, As.NotFoundBehaviour<T> notFoundBehaviour)
Returns an adapter to this object of the specified type. -
Uses of As.NotFoundBehaviour in it.tidalwave.util.spi
Methods in it.tidalwave.util.spi with parameters of type As.NotFoundBehaviour Modifier and Type Method Description <T> T
AsSupport. as(java.lang.Class<T> type, As.NotFoundBehaviour<T> notFoundBehaviour)
Returns an adapter to this object of the specified type.
-