FunctionalInterface types from the
java.util.function package, allowing to throw checked Exceptions that can be handled in
Unchecked.
See: Description
BiConsumer that allows for checked exceptions.
BiFunction that allows for checked exceptions.
BinaryOperator that allows for checked exceptions.
BiPredicate that allows for checked exceptions.
BooleanSupplier that allows for checked exceptions.
Consumer that allows for checked exceptions.
DoubleBinaryOperator that allows for checked exceptions.
DoubleConsumer that allows for checked exceptions.
DoubleFunction that allows for checked exceptions.
DoublePredicate that allows for checked exceptions.
DoubleSupplier that allows for checked exceptions.
DoubleToIntFunction that allows for checked exceptions.
DoubleToLongFunction that allows for checked exceptions.
DoubleUnaryOperator that allows for checked exceptions.
Function that allows for checked exceptions.
IntBinaryOperator that allows for checked exceptions.
IntConsumer that allows for checked exceptions.
IntFunction that allows for checked exceptions.
IntPredicate that allows for checked exceptions.
IntSupplier that allows for checked exceptions.
IntToDoubleFunction that allows for checked exceptions.
IntToLongFunction that allows for checked exceptions.
IntUnaryOperator that allows for checked exceptions.
LongBinaryOperator that allows for checked exceptions.
LongConsumer that allows for checked exceptions.
LongFunction that allows for checked exceptions.
LongPredicate that allows for checked exceptions.
LongSupplier that allows for checked exceptions.
LongToDoubleFunction that allows for checked exceptions.
LongToIntFunction that allows for checked exceptions.
LongUnaryOperator that allows for checked exceptions.
ObjDoubleConsumer that allows for checked exceptions.
ObjIntConsumer that allows for checked exceptions.
ObjLongConsumer that allows for checked exceptions.
Predicate that allows for checked exceptions.
Supplier that allows for checked exceptions.
ToDoubleBiFunction that allows for checked exceptions.
ToDoubleFunction that allows for checked exceptions.
ToIntBiFunction that allows for checked exceptions.
ToIntFunction that allows for checked exceptions.
ToLongBiFunction that allows for checked exceptions.
ToLongFunction that allows for checked exceptions.
UnaryOperator that allows for checked exceptions.
FunctionalInterface types from the
java.util.function package, allowing to throw checked Exceptions that can be handled in
Unchecked.