Uses of Interface
org.jooq.lambda.fi.util.function.CheckedDoubleFunction
Packages that use CheckedDoubleFunction
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 CheckedDoubleFunction in org.jooq.lambda
Methods in org.jooq.lambda with parameters of type CheckedDoubleFunctionModifier and TypeMethodDescriptionstatic <R> DoubleFunction<R>Sneaky.doubleFunction(CheckedDoubleFunction<R> function) Wrap aCheckedDoubleFunctionin aDoubleFunction.static <R> DoubleFunction<R>Unchecked.doubleFunction(CheckedDoubleFunction<R> function) Wrap aCheckedDoubleFunctionin aDoubleFunction.static <R> DoubleFunction<R>Unchecked.doubleFunction(CheckedDoubleFunction<R> function, Consumer<Throwable> handler) Wrap aCheckedDoubleFunctionin aDoubleFunctionwith a custom handler for checked exceptions. -
Uses of CheckedDoubleFunction in org.jooq.lambda.fi.util.function
Methods in org.jooq.lambda.fi.util.function with parameters of type CheckedDoubleFunctionModifier and TypeMethodDescriptionstatic <R> DoubleFunction<R>CheckedDoubleFunction.sneaky(CheckedDoubleFunction<R> function) static <R> DoubleFunction<R>CheckedDoubleFunction.unchecked(CheckedDoubleFunction<R> function) static <R> DoubleFunction<R>CheckedDoubleFunction.unchecked(CheckedDoubleFunction<R> function, Consumer<Throwable> handler)