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 DoublePredicateSneaky.doublePredicate(CheckedDoublePredicate predicate) Wrap aCheckedDoublePredicatein aDoublePredicate.static DoublePredicateUnchecked.doublePredicate(CheckedDoublePredicate predicate) Wrap aCheckedDoublePredicatein aDoublePredicate.static DoublePredicateUnchecked.doublePredicate(CheckedDoublePredicate function, Consumer<Throwable> handler) Wrap aCheckedDoublePredicatein aDoublePredicatewith 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 DoublePredicateCheckedDoublePredicate.sneaky(CheckedDoublePredicate predicate) static DoublePredicateCheckedDoublePredicate.unchecked(CheckedDoublePredicate predicate) static DoublePredicateCheckedDoublePredicate.unchecked(CheckedDoublePredicate function, Consumer<Throwable> handler)