Module org.jooq.jool
Package 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.-
Interface Summary Interface Description CheckedBiConsumer<T,U> ABiConsumerthat allows for checked exceptions.CheckedBiFunction<T,U,R> ABiFunctionthat allows for checked exceptions.CheckedBinaryOperator<T> ABinaryOperatorthat allows for checked exceptions.CheckedBiPredicate<T,U> ABiPredicatethat allows for checked exceptions.CheckedBooleanSupplier ABooleanSupplierthat allows for checked exceptions.CheckedConsumer<T> AConsumerthat allows for checked exceptions.CheckedDoubleBinaryOperator ADoubleBinaryOperatorthat allows for checked exceptions.CheckedDoubleConsumer ADoubleConsumerthat allows for checked exceptions.CheckedDoubleFunction<R> ADoubleFunctionthat allows for checked exceptions.CheckedDoublePredicate ADoublePredicatethat allows for checked exceptions.CheckedDoubleSupplier ADoubleSupplierthat allows for checked exceptions.CheckedDoubleToIntFunction ADoubleToIntFunctionthat allows for checked exceptions.CheckedDoubleToLongFunction ADoubleToLongFunctionthat allows for checked exceptions.CheckedDoubleUnaryOperator ADoubleUnaryOperatorthat allows for checked exceptions.CheckedFunction<T,R> AFunctionthat allows for checked exceptions.CheckedIntBinaryOperator AIntBinaryOperatorthat allows for checked exceptions.CheckedIntConsumer AIntConsumerthat allows for checked exceptions.CheckedIntFunction<R> AIntFunctionthat allows for checked exceptions.CheckedIntPredicate AIntPredicatethat allows for checked exceptions.CheckedIntSupplier AIntSupplierthat allows for checked exceptions.CheckedIntToDoubleFunction AIntToDoubleFunctionthat allows for checked exceptions.CheckedIntToLongFunction AIntToLongFunctionthat allows for checked exceptions.CheckedIntUnaryOperator AIntUnaryOperatorthat allows for checked exceptions.CheckedLongBinaryOperator ALongBinaryOperatorthat allows for checked exceptions.CheckedLongConsumer ALongConsumerthat allows for checked exceptions.CheckedLongFunction<R> ALongFunctionthat allows for checked exceptions.CheckedLongPredicate ALongPredicatethat allows for checked exceptions.CheckedLongSupplier ALongSupplierthat allows for checked exceptions.CheckedLongToDoubleFunction ALongToDoubleFunctionthat allows for checked exceptions.CheckedLongToIntFunction ALongToIntFunctionthat allows for checked exceptions.CheckedLongUnaryOperator ALongUnaryOperatorthat allows for checked exceptions.CheckedObjDoubleConsumer<T> AObjDoubleConsumerthat allows for checked exceptions.CheckedObjIntConsumer<T> AObjIntConsumerthat allows for checked exceptions.CheckedObjLongConsumer<T> AObjLongConsumerthat allows for checked exceptions.CheckedPredicate<T> APredicatethat allows for checked exceptions.CheckedSupplier<T> ASupplierthat allows for checked exceptions.CheckedToDoubleBiFunction<T,U> AToDoubleBiFunctionthat allows for checked exceptions.CheckedToDoubleFunction<T> AToDoubleFunctionthat allows for checked exceptions.CheckedToIntBiFunction<T,U> AToIntBiFunctionthat allows for checked exceptions.CheckedToIntFunction<T> AToIntFunctionthat allows for checked exceptions.CheckedToLongBiFunction<T,U> AToLongBiFunctionthat allows for checked exceptions.CheckedToLongFunction<T> AToLongFunctionthat allows for checked exceptions.CheckedUnaryOperator<T> AUnaryOperatorthat allows for checked exceptions.