Interface Throwing
-
public interface Throwing
Variations on the standard functional interfaces which throw a specific subclass of Throwable.
Copied from the durian library and simplified.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Throwing.BiConsumer<T,U,E extends Throwable>
static interface
Throwing.BiFunction<T,U,R,E extends Throwable>
static interface
Throwing.BiPredicate<T,U,E extends Throwable>
static interface
Throwing.Consumer<T,E extends Throwable>
static interface
Throwing.Function<T,R,E extends Throwable>
static interface
Throwing.Predicate<T,E extends Throwable>
static interface
Throwing.Runnable<E extends Throwable>
static interface
Throwing.Supplier<T,E extends Throwable>
-