Package it.tidalwave.util
Class As.Defaults
- java.lang.Object
-
- it.tidalwave.util.As.Defaults
-
- Enclosing interface:
- As
@Deprecated public static final class As.Defaults extends java.lang.Object
Deprecated.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <X> As.NotFoundBehaviour<X>
throwAsException(java.lang.Class<X> clazz)
Deprecated.
-
-
-
Method Detail
-
throwAsException
public static <X> As.NotFoundBehaviour<X> throwAsException(@Nonnull java.lang.Class<X> clazz)
Deprecated.
-
-