Package it.tidalwave.util
Interface As.NotFoundBehaviour<T>
-
- Enclosing interface:
- As
@Deprecated public static interface As.NotFoundBehaviour<T>
Deprecated.- Status: stable API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description T
run(java.lang.Throwable t)
Deprecated.
-
-
-
Method Detail
-
run
@Nonnull T run(@Nullable java.lang.Throwable t)
Deprecated.
-
-