public interface Throwing
Errors
can convert these into standard functional interfaces.
Modifier and Type | Interface and Description |
---|---|
static interface |
Throwing.BiConsumer<T,U> |
static interface |
Throwing.BiFunction<T,U,R> |
static interface |
Throwing.BiPredicate<T,U> |
static interface |
Throwing.Consumer<T> |
static interface |
Throwing.Function<T,R> |
static interface |
Throwing.Predicate<T> |
static interface |
Throwing.Runnable |
static interface |
Throwing.Specific
Variations on the standard functional interfaces which throw a specific subclass of Throwable.
|
static interface |
Throwing.Supplier<T> |