Uses of Interface
org.jooq.lambda.fi.util.function.CheckedDoublePredicate
Packages that use CheckedDoublePredicate
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 CheckedDoublePredicate in org.jooq.lambda
Methods in org.jooq.lambda with parameters of type CheckedDoublePredicateModifier and TypeMethodDescriptionstatic DoublePredicate
Sneaky.doublePredicate
(CheckedDoublePredicate predicate) Wrap aCheckedDoublePredicate
in aDoublePredicate
.static DoublePredicate
Unchecked.doublePredicate
(CheckedDoublePredicate predicate) Wrap aCheckedDoublePredicate
in aDoublePredicate
.static DoublePredicate
Unchecked.doublePredicate
(CheckedDoublePredicate function, Consumer<Throwable> handler) Wrap aCheckedDoublePredicate
in aDoublePredicate
with a custom handler for checked exceptions. -
Uses of CheckedDoublePredicate in org.jooq.lambda.fi.util.function
Methods in org.jooq.lambda.fi.util.function with parameters of type CheckedDoublePredicateModifier and TypeMethodDescriptionstatic DoublePredicate
CheckedDoublePredicate.sneaky
(CheckedDoublePredicate predicate) static DoublePredicate
CheckedDoublePredicate.unchecked
(CheckedDoublePredicate predicate) static DoublePredicate
CheckedDoublePredicate.unchecked
(CheckedDoublePredicate function, Consumer<Throwable> handler)