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> ABiConsumer
that allows for checked exceptions.CheckedBiFunction<T,U,R> ABiFunction
that allows for checked exceptions.CheckedBinaryOperator<T> ABinaryOperator
that allows for checked exceptions.CheckedBiPredicate<T,U> ABiPredicate
that allows for checked exceptions.CheckedBooleanSupplier ABooleanSupplier
that allows for checked exceptions.CheckedConsumer<T> AConsumer
that allows for checked exceptions.CheckedDoubleBinaryOperator ADoubleBinaryOperator
that allows for checked exceptions.CheckedDoubleConsumer ADoubleConsumer
that allows for checked exceptions.CheckedDoubleFunction<R> ADoubleFunction
that allows for checked exceptions.CheckedDoublePredicate ADoublePredicate
that allows for checked exceptions.CheckedDoubleSupplier ADoubleSupplier
that allows for checked exceptions.CheckedDoubleToIntFunction ADoubleToIntFunction
that allows for checked exceptions.CheckedDoubleToLongFunction ADoubleToLongFunction
that allows for checked exceptions.CheckedDoubleUnaryOperator ADoubleUnaryOperator
that allows for checked exceptions.CheckedFunction<T,R> AFunction
that allows for checked exceptions.CheckedIntBinaryOperator AIntBinaryOperator
that allows for checked exceptions.CheckedIntConsumer AIntConsumer
that allows for checked exceptions.CheckedIntFunction<R> AIntFunction
that allows for checked exceptions.CheckedIntPredicate AIntPredicate
that allows for checked exceptions.CheckedIntSupplier AIntSupplier
that allows for checked exceptions.CheckedIntToDoubleFunction AIntToDoubleFunction
that allows for checked exceptions.CheckedIntToLongFunction AIntToLongFunction
that allows for checked exceptions.CheckedIntUnaryOperator AIntUnaryOperator
that allows for checked exceptions.CheckedLongBinaryOperator ALongBinaryOperator
that allows for checked exceptions.CheckedLongConsumer ALongConsumer
that allows for checked exceptions.CheckedLongFunction<R> ALongFunction
that allows for checked exceptions.CheckedLongPredicate ALongPredicate
that allows for checked exceptions.CheckedLongSupplier ALongSupplier
that allows for checked exceptions.CheckedLongToDoubleFunction ALongToDoubleFunction
that allows for checked exceptions.CheckedLongToIntFunction ALongToIntFunction
that allows for checked exceptions.CheckedLongUnaryOperator ALongUnaryOperator
that allows for checked exceptions.CheckedObjDoubleConsumer<T> AObjDoubleConsumer
that allows for checked exceptions.CheckedObjIntConsumer<T> AObjIntConsumer
that allows for checked exceptions.CheckedObjLongConsumer<T> AObjLongConsumer
that allows for checked exceptions.CheckedPredicate<T> APredicate
that allows for checked exceptions.CheckedSupplier<T> ASupplier
that allows for checked exceptions.CheckedToDoubleBiFunction<T,U> AToDoubleBiFunction
that allows for checked exceptions.CheckedToDoubleFunction<T> AToDoubleFunction
that allows for checked exceptions.CheckedToIntBiFunction<T,U> AToIntBiFunction
that allows for checked exceptions.CheckedToIntFunction<T> AToIntFunction
that allows for checked exceptions.CheckedToLongBiFunction<T,U> AToLongBiFunction
that allows for checked exceptions.CheckedToLongFunction<T> AToLongFunction
that allows for checked exceptions.CheckedUnaryOperator<T> AUnaryOperator
that allows for checked exceptions.