Uses of Interface
ru.progrm_jarvis.javacommons.util.function.LongPredicate
Packages that use LongPredicate
Package
Description
Utilities related to ranges
(also known as intervals)
which represent some data selection.
Common functional interfaces extending behaviour of
java.util.function.-
Uses of LongPredicate in ru.progrm_jarvis.javacommons.range
Subinterfaces of LongPredicate in ru.progrm_jarvis.javacommons.range -
Uses of LongPredicate in ru.progrm_jarvis.javacommons.util.function
Methods in ru.progrm_jarvis.javacommons.util.function that return LongPredicateModifier and TypeMethodDescriptiondefault @NotNull LongPredicatedefault @NotNull LongPredicateLongPredicate.and(@NonNull LongPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default @NotNull LongPredicateLongPredicate.and(LongPredicate other) static @NotNull LongPredicateLongPredicate.isEqual(long value) Returns a predicate that tests if two arguments are equal.static @NotNull LongPredicateLongPredicate.isNotEqual(long value) Returns a predicate that tests if two arguments are not equal.default @NotNull LongPredicateLongPredicate.negate()default @NotNull LongPredicatedefault @NotNull LongPredicateLongPredicate.or(@NonNull LongPredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.default @NotNull LongPredicateLongPredicate.or(LongPredicate other) Methods in ru.progrm_jarvis.javacommons.util.function with parameters of type LongPredicateModifier and TypeMethodDescriptiondefault @NotNull LongPredicateLongPredicate.and(@NonNull LongPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default @NotNull LongPredicateLongPredicate.or(@NonNull LongPredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.