Uses of Interface
it.tidalwave.util.As.NotFoundBehaviour
-
Packages that use As.NotFoundBehaviour Package Description it.tidalwave.util it.tidalwave.util.spi -
-
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> TAs. 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> TAsSupport. as(java.lang.Class<T> type, As.NotFoundBehaviour<T> notFoundBehaviour)Returns an adapter to this object of the specified type.
-