Uses of Interface
zone.lamprey.function.LongPredicate
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of LongPredicate in zone.lamprey.function
Methods in zone.lamprey.function that return LongPredicate Modifier and Type Method Description default LongPredicateLongPredicate. and(LongPredicate other)Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default LongPredicateLongFunction. mapToPredicate(Predicate<? super R> functor)Lift a function.default LongPredicateLongPredicate. mapToPredicate(Predicate<? super Boolean> functor)Lift a function.default LongPredicateLongUnaryOperator. mapToPredicate(LongPredicate functor)Lift a function.default LongPredicateLongPredicate. negate()Returns a predicate that represents the logical negation of this predicate.default LongPredicateLongPredicate. or(LongPredicate 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 LongPredicate Modifier and Type Method Description default LongPredicateLongPredicate. and(LongPredicate other)Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default BooleanSupplierLongSupplier. mapToPredicate(LongPredicate functor)Lift a supplier.default LongPredicateLongUnaryOperator. mapToPredicate(LongPredicate functor)Lift a function.default BiPredicate<T,U>ToLongBiFunction. mapToPredicate(LongPredicate functor)Lift a function.default Predicate<T>ToLongFunction. mapToPredicate(LongPredicate functor)Lift a function.default LongPredicateLongPredicate. or(LongPredicate other)Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.default longLongUnaryOperator. recurse(long value, LongPredicate terminalCondition)A method that tells a function to call itself with its own result.default longLongUnaryOperator. recurse(long value, LongPredicate terminalCondition, int maxDepth)A method that tells a function to call itself with its own result.default LongUnaryOperatorLongUnaryOperator. recursive(LongPredicate terminalCondition)A method that creates a function which calls a function with its own result until some condition is met.default LongUnaryOperatorLongUnaryOperator. recursive(LongPredicate 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.