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