Uses of Interface
zone.lamprey.function.DoublePredicate
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of DoublePredicate in zone.lamprey.function
Methods in zone.lamprey.function that return DoublePredicate Modifier and Type Method Description default DoublePredicateDoublePredicate. and(DoublePredicate other)Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default DoublePredicateDoubleFunction. mapToPredicate(Predicate<? super R> functor)Lift a function.default DoublePredicateDoublePredicate. mapToPredicate(Predicate<? super Boolean> functor)Lift a function.default DoublePredicateDoubleUnaryOperator. mapToPredicate(DoublePredicate functor)Lift a function.default DoublePredicateDoublePredicate. negate()Returns a predicate that represents the logical negation of this predicate.default DoublePredicateDoublePredicate. or(DoublePredicate other)Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in zone.lamprey.function with parameters of type DoublePredicate Modifier and Type Method Description default DoublePredicateDoublePredicate. and(DoublePredicate other)Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default BooleanSupplierDoubleSupplier. mapToBoolean(DoublePredicate functor)Lift a supplier.default DoublePredicateDoubleUnaryOperator. mapToPredicate(DoublePredicate functor)Lift a function.default BiPredicate<T,U>ToDoubleBiFunction. mapToPredicate(DoublePredicate functor)Lift a function.default Predicate<T>ToDoubleFunction. mapToPredicate(DoublePredicate functor)Lift a function.default DoublePredicateDoublePredicate. or(DoublePredicate other)Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.default doubleDoubleUnaryOperator. recurse(double value, DoublePredicate terminalCondition)A method that tells a function to call itself with its own result.default doubleDoubleUnaryOperator. recurse(double value, DoublePredicate terminalCondition, int maxDepth)A method that tells a function to call itself with its own result.default DoubleUnaryOperatorDoubleUnaryOperator. recursive(DoublePredicate terminalCondition)A method that creates a function which calls a function with its own result until some condition is met.default DoubleUnaryOperatorDoubleUnaryOperator. recursive(DoublePredicate terminalCondition, int maxDepth)A method that creates a function which calls a function with its own result some amount of times or until some condition is met.