Uses of Interface
ru.progrm_jarvis.javacommons.util.function.DoublePredicate
Packages that use DoublePredicate
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 DoublePredicate in ru.progrm_jarvis.javacommons.range
Subinterfaces of DoublePredicate in ru.progrm_jarvis.javacommons.range -
Uses of DoublePredicate in ru.progrm_jarvis.javacommons.util.function
Methods in ru.progrm_jarvis.javacommons.util.function that return DoublePredicateModifier and TypeMethodDescriptionstatic @NotNull DoublePredicateBooleanPredicate.alwaysFalse()Creates a predicate which is alwaysfalse.static @NotNull DoublePredicateBytePredicate.alwaysFalse()Creates a predicate which is alwaysfalse.static @NotNull DoublePredicateCharPredicate.alwaysFalse()Creates a predicate which is alwaysfalse.static @NotNull DoublePredicateDoublePredicate.alwaysFalse()Creates a predicate which is alwaysfalse.static @NotNull DoublePredicateFloatPredicate.alwaysFalse()Creates a predicate which is alwaysfalse.static @NotNull DoublePredicateIntPredicate.alwaysFalse()Creates a predicate which is alwaysfalse.static @NotNull DoublePredicateLongPredicate.alwaysFalse()Creates a predicate which is alwaysfalse.static @NotNull DoublePredicateShortPredicate.alwaysFalse()Creates a predicate which is alwaysfalse.static @NotNull DoublePredicateBooleanPredicate.alwaysTrue()Creates a predicate which is alwaystrue.static @NotNull DoublePredicateBytePredicate.alwaysTrue()Creates a predicate which is alwaystrue.static @NotNull DoublePredicateCharPredicate.alwaysTrue()Creates a predicate which is alwaystrue.static @NotNull DoublePredicateDoublePredicate.alwaysTrue()Creates a predicate which is alwaystrue.static @NotNull DoublePredicateFloatPredicate.alwaysTrue()Creates a predicate which is alwaystrue.static @NotNull DoublePredicateIntPredicate.alwaysTrue()Creates a predicate which is alwaystrue.static @NotNull DoublePredicateLongPredicate.alwaysTrue()Creates a predicate which is alwaystrue.static @NotNull DoublePredicateShortPredicate.alwaysTrue()Creates a predicate which is alwaystrue.default @NotNull DoublePredicatedefault @NotNull DoublePredicateDoublePredicate.and(@NonNull DoublePredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default @NotNull DoublePredicateDoublePredicate.and(DoublePredicate other) static @NotNull DoublePredicateDoublePredicate.isEqual(double value) Returns a predicate that tests if two arguments are equal.static @NotNull DoublePredicateDoublePredicate.isNotEqual(double value) Returns a predicate that tests if two arguments are not equal.default @NotNull DoublePredicateDoublePredicate.negate()default @NotNull DoublePredicatedefault @NotNull DoublePredicateDoublePredicate.or(@NonNull DoublePredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.default @NotNull DoublePredicateDoublePredicate.or(DoublePredicate other) Methods in ru.progrm_jarvis.javacommons.util.function with parameters of type DoublePredicateModifier and TypeMethodDescriptiondefault @NotNull DoublePredicateDoublePredicate.and(@NonNull DoublePredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default @NotNull DoublePredicateDoublePredicate.or(@NonNull DoublePredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.