| Package | Description |
|---|---|
| org.jooq.lambda |
This package contains useful extensions for interoperation with Java 8's lambda expressions and
FunctionalInterface types.
|
| org.jooq.lambda.fi.util.function |
This package contains duplicates of the JDK's
FunctionalInterface types from the
java.util.function package, allowing to throw checked Exceptions that can be handled in
Unchecked.
|
| Class and Description |
|---|
| CheckedBiConsumer
A
BiConsumer that allows for checked exceptions.
|
| CheckedBiFunction
A
BiFunction that allows for checked exceptions.
|
| CheckedBinaryOperator
A
BinaryOperator that allows for checked exceptions.
|
| CheckedBiPredicate
A
BiPredicate that allows for checked exceptions.
|
| CheckedBooleanSupplier
A
BooleanSupplier that allows for checked exceptions.
|
| CheckedConsumer
A
Consumer that allows for checked exceptions.
|
| CheckedDoubleBinaryOperator
A
DoubleBinaryOperator that allows for checked exceptions.
|
| CheckedDoubleConsumer
A
DoubleConsumer that allows for checked exceptions.
|
| CheckedDoubleFunction
A
DoubleFunction that allows for checked exceptions.
|
| CheckedDoublePredicate
A
DoublePredicate that allows for checked exceptions.
|
| CheckedDoubleSupplier
A
DoubleSupplier that allows for checked exceptions.
|
| CheckedDoubleToIntFunction
A
DoubleToIntFunction that allows for checked exceptions.
|
| CheckedDoubleToLongFunction
A
DoubleToLongFunction that allows for checked exceptions.
|
| CheckedDoubleUnaryOperator
A
DoubleUnaryOperator that allows for checked exceptions.
|
| CheckedFunction
A
Function that allows for checked exceptions.
|
| CheckedIntBinaryOperator
A
IntBinaryOperator that allows for checked exceptions.
|
| CheckedIntConsumer
A
IntConsumer that allows for checked exceptions.
|
| CheckedIntFunction
A
IntFunction that allows for checked exceptions.
|
| CheckedIntPredicate
A
IntPredicate that allows for checked exceptions.
|
| CheckedIntSupplier
A
IntSupplier that allows for checked exceptions.
|
| CheckedIntToDoubleFunction
A
IntToDoubleFunction that allows for checked exceptions.
|
| CheckedIntToLongFunction
A
IntToLongFunction that allows for checked exceptions.
|
| CheckedIntUnaryOperator
A
IntUnaryOperator that allows for checked exceptions.
|
| CheckedLongBinaryOperator
A
LongBinaryOperator that allows for checked exceptions.
|
| CheckedLongConsumer
A
LongConsumer that allows for checked exceptions.
|
| CheckedLongFunction
A
LongFunction that allows for checked exceptions.
|
| CheckedLongPredicate
A
LongPredicate that allows for checked exceptions.
|
| CheckedLongSupplier
A
LongSupplier that allows for checked exceptions.
|
| CheckedLongToDoubleFunction
A
LongToDoubleFunction that allows for checked exceptions.
|
| CheckedLongToIntFunction
A
LongToIntFunction that allows for checked exceptions.
|
| CheckedLongUnaryOperator
A
LongUnaryOperator that allows for checked exceptions.
|
| CheckedObjDoubleConsumer
A
ObjDoubleConsumer that allows for checked exceptions.
|
| CheckedObjIntConsumer
A
ObjIntConsumer that allows for checked exceptions.
|
| CheckedObjLongConsumer
A
ObjLongConsumer that allows for checked exceptions.
|
| CheckedPredicate
A
Predicate that allows for checked exceptions.
|
| CheckedSupplier
A
Supplier that allows for checked exceptions.
|
| CheckedToDoubleBiFunction
A
ToDoubleBiFunction that allows for checked exceptions.
|
| CheckedToDoubleFunction
A
ToDoubleFunction that allows for checked exceptions.
|
| CheckedToIntBiFunction
A
ToIntBiFunction that allows for checked exceptions.
|
| CheckedToIntFunction
A
ToIntFunction that allows for checked exceptions.
|
| CheckedToLongBiFunction
A
ToLongBiFunction that allows for checked exceptions.
|
| CheckedToLongFunction
A
ToLongFunction that allows for checked exceptions.
|
| CheckedUnaryOperator
A
UnaryOperator that allows for checked exceptions.
|
| Class and Description |
|---|
| CheckedBiFunction
A
BiFunction that allows for checked exceptions.
|
| CheckedFunction
A
Function that allows for checked exceptions.
|