Class and Description |
---|
CheckedBiConsumer
A checked parallel of
BiConsumer |
CheckedBiFunction
A checked parallel of
BiFunction |
CheckedBinaryOperator
A checked parallel of
BinaryOperator |
CheckedComparator
A checked equivalent of
Comparator , also extends CheckedToIntBiFunction |
CheckedConsumer
A checked exception version of
Consumer |
CheckedFunction
A checked parallel of
Function |
CheckedIntConsumer |
CheckedPredicate
A checked parallel of
Predicate |
CheckedRunnable
A checked parallel of
Runnable
Essentially Runnable that has the declared propensity to throw
For the equivalent of Callable , see CheckedSupplier |
CheckedSupplier
A checked parallel of
Supplier |
CheckedToDoubleFunction
A checked parallel of
ToDoubleFunction |
CheckedToIntBiFunction
A function accepting 2 arguments and supplying an
int return |
CheckedToIntFunction
A checked parallel of
ToIntFunction |
CheckedToLongFunction
A checked parallel of
ToLongFunction |
Closing.AutoClosed |
EmeticStream
EmeticStream provides a functional parallel to Stream , with methods taking checked equivalents of
java.util.function |
UncheckedException
A general purpose unchecked exception, should probably be abstract, so use sparingly and only when lazy
Prefer the more specific subclasses
|
Copyright © 2016–2018 earcam. All rights reserved.