Uses of Interface
org.jooq.lambda.fi.util.function.CheckedDoubleToLongFunction
Packages that use CheckedDoubleToLongFunction
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 CheckedDoubleToLongFunction in org.jooq.lambda
Methods in org.jooq.lambda with parameters of type CheckedDoubleToLongFunctionModifier and TypeMethodDescriptionstatic DoubleToLongFunctionSneaky.doubleToLongFunction(CheckedDoubleToLongFunction function) Wrap aCheckedDoubleToLongFunctionin aDoubleToLongFunction.static DoubleToLongFunctionUnchecked.doubleToLongFunction(CheckedDoubleToLongFunction function) Wrap aCheckedDoubleToLongFunctionin aDoubleToLongFunction.static DoubleToLongFunctionUnchecked.doubleToLongFunction(CheckedDoubleToLongFunction function, Consumer<Throwable> handler) Wrap aCheckedDoubleToLongFunctionin aDoubleToLongFunctionwith a custom handler for checked exceptions. -
Uses of CheckedDoubleToLongFunction in org.jooq.lambda.fi.util.function
Methods in org.jooq.lambda.fi.util.function with parameters of type CheckedDoubleToLongFunctionModifier and TypeMethodDescriptionstatic DoubleToLongFunctionCheckedDoubleToLongFunction.sneaky(CheckedDoubleToLongFunction function) static DoubleToLongFunctionCheckedDoubleToLongFunction.unchecked(CheckedDoubleToLongFunction function) static DoubleToLongFunctionCheckedDoubleToLongFunction.unchecked(CheckedDoubleToLongFunction function, Consumer<Throwable> handler)