See: Description
Interface | Description |
---|---|
CheckedBiConsumer<T,U,E extends Throwable> |
A checked parallel of
BiConsumer |
CheckedBiFunction<T,U,R,E extends Throwable> |
A checked parallel of
BiFunction |
CheckedBinaryOperator<T,E extends Throwable> |
A checked parallel of
BinaryOperator |
CheckedComparator<T,E extends Throwable> |
A checked equivalent of
Comparator , also extends CheckedToIntBiFunction |
CheckedConsumer<T,E extends Throwable> |
A checked exception version of
Consumer |
CheckedFunction<T,R,E extends Throwable> |
A checked parallel of
Function |
CheckedIntConsumer<E extends Throwable> | |
CheckedIntFunction<R,E extends Throwable> |
A checked parallel of
IntFunction |
CheckedPredicate<T,E extends Throwable> |
A checked parallel of
Predicate |
CheckedRunnable<E extends Throwable> |
A checked parallel of
Runnable
Essentially Runnable that has the declared propensity to throw
For the equivalent of Callable , see CheckedSupplier |
CheckedSupplier<T,E extends Throwable> |
A checked parallel of
Supplier |
CheckedToDoubleFunction<T,E extends Throwable> |
A checked parallel of
ToDoubleFunction |
CheckedToIntBiFunction<T,U,E extends Throwable> |
A function accepting 2 arguments and supplying an
int return |
CheckedToIntFunction<T,E extends Throwable> |
A checked parallel of
ToIntFunction |
CheckedToLongFunction<T,E extends Throwable> |
A checked parallel of
ToLongFunction |
EmeticStream<T> |
EmeticStream provides a functional parallel to Stream , with methods taking checked equivalents of
java.util.function |
Class | Description |
---|---|
Closing |
Succinctly handle
AutoCloseable s that throw checked Exception s. |
Closing.AutoClosed<T,E extends Exception> | |
Exceptional |
Static utility for easy conversion of checked exceptions, and invocation of methods declaring checked exceptions.
|
Exception | Description |
---|---|
UncheckedException |
A general purpose unchecked exception, should probably be abstract, so use sparingly and only when lazy
Prefer the more specific subclasses
|
UncheckedInterruptException |
Unchecked exception holding
InterruptedException . |
UncheckedReflectiveException |
Unchecked exception holding
ReflectiveOperationException |
UncheckedSecurityException |
Unchecked exception holding
GeneralSecurityException |
UncheckedUriSyntaxException |
Unchecked exception wrapping
URISyntaxException |
java.util.function
Exceptional
, with methods for conversion and unchecked
invocationEmeticStream
, wrapping Stream
and taking
the checked java.util.function
equivalentsCopyright © 2016–2018 earcam. All rights reserved.