| Interface | Description |
|---|---|
| XBiConsumer<T,U,X extends Exception> |
A kind of consumer that allows to throw a checked exception.
|
| XBiFunction<T,U,R,X extends Exception> |
A kind of function that allows to throw a checked exception.
|
| XBiPredicate<T,U,X extends Exception> |
A kind of predicate that allows to throw a checked exception.
|
| XConsumer<T,X extends Exception> |
A kind of consumer that allows to throw a checked exception.
|
| XFunction<T,R,X extends Exception> |
A kind of function that allows to throw a checked exception.
|
| XPredicate<T,X extends Exception> |
A kind of predicate that allows to throw a checked exception.
|
| XRunnable<X extends Exception> |
A kind of runnable that allows to throw a checked exception.
|
| XSupplier<T,X extends Exception> |
A kind of supplier that allows to throw a checked exception.
|
| Class | Description |
|---|---|
| Conversion |
A utility class that can convert certain functional constructs that may throw checked exceptions
(e.g.
|
| Converter |
A tool that can convert certain functional constructs that may throw checked exceptions (e.g.
|
Copyright © 2021. All rights reserved.