public interface Throwing
Modifier and Type | Interface and Description |
---|---|
static interface |
Throwing.Consumer<T> |
static interface |
Throwing.Function<T,R> |
static interface |
Throwing.Predicate<T> |
static interface |
Throwing.Runnable |
static interface |
Throwing.Specific
Versions of the standard functional interfaces which throw a specific exception type.
|
static interface |
Throwing.Supplier<T> |