Nested Classes
Modifier and Type |
Class and Description |
static interface |
Try.EE.BiConsumer<T,U,E extends java.lang.Exception,E2 extends java.lang.Exception> |
static interface |
Try.EE.BiFunction<T,U,R,E extends java.lang.Exception,E2 extends java.lang.Exception> |
static interface |
Try.EE.BiPredicate<T,U,E extends java.lang.Exception,E2 extends java.lang.Exception> |
static interface |
Try.EE.Callable<R,E extends java.lang.Exception,E2 extends java.lang.Exception> |
static interface |
Try.EE.Consumer<T,E extends java.lang.Exception,E2 extends java.lang.Exception> |
static interface |
Try.EE.Function<T,R,E extends java.lang.Exception,E2 extends java.lang.Exception> |
static interface |
Try.EE.Predicate<T,E extends java.lang.Exception,E2 extends java.lang.Exception> |
static interface |
Try.EE.Runnable<E extends java.lang.Exception,E2 extends java.lang.Exception> |
static interface |
Try.EE.Supplier<T,E extends java.lang.Exception,E2 extends java.lang.Exception> |
static interface |
Try.EE.TriConsumer<A,B,C,E extends java.lang.Exception,E2 extends java.lang.Exception> |
static interface |
Try.EE.TriFunction<A,B,C,R,E extends java.lang.Exception,E2 extends java.lang.Exception> |
static interface |
Try.EE.TriPredicate<A,B,C,E extends java.lang.Exception,E2 extends java.lang.Exception> |