Uses of Interface
org.jooq.lambda.fi.util.function.CheckedToIntBiFunction
Packages that use CheckedToIntBiFunction
Package
Description
This package contains useful extensions for interoperation with Java 8's lambda expressions and
FunctionalInterface types.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.-
Uses of CheckedToIntBiFunction in org.jooq.lambda
Methods in org.jooq.lambda with parameters of type CheckedToIntBiFunctionModifier and TypeMethodDescriptionstatic <T,U> ToIntBiFunction<T, U> Sneaky.toIntBiFunction(CheckedToIntBiFunction<T, U> function) Wrap aCheckedToIntBiFunctionin aToIntBiFunction.static <T,U> ToIntBiFunction<T, U> Unchecked.toIntBiFunction(CheckedToIntBiFunction<T, U> function) Wrap aCheckedToIntBiFunctionin aToIntBiFunction.static <T,U> ToIntBiFunction<T, U> Unchecked.toIntBiFunction(CheckedToIntBiFunction<T, U> function, Consumer<Throwable> handler) Wrap aCheckedToIntBiFunctionin aToIntBiFunctionwith a custom handler for checked exceptions. -
Uses of CheckedToIntBiFunction in org.jooq.lambda.fi.util.function
Methods in org.jooq.lambda.fi.util.function with parameters of type CheckedToIntBiFunctionModifier and TypeMethodDescriptionstatic <T,U> ToIntBiFunction<T, U> CheckedToIntBiFunction.sneaky(CheckedToIntBiFunction<T, U> function) static <T,U> ToIntBiFunction<T, U> CheckedToIntBiFunction.unchecked(CheckedToIntBiFunction<T, U> function) static <T,U> ToIntBiFunction<T, U> CheckedToIntBiFunction.unchecked(CheckedToIntBiFunction<T, U> function, Consumer<Throwable> handler)