Uses of Interface
ru.progrm_jarvis.javacommons.util.function.FloatPredicate
Packages that use FloatPredicate
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 FloatPredicate in ru.progrm_jarvis.javacommons.range
Subinterfaces of FloatPredicate in ru.progrm_jarvis.javacommons.range -
Uses of FloatPredicate in ru.progrm_jarvis.javacommons.util.function
Methods in ru.progrm_jarvis.javacommons.util.function that return FloatPredicateModifier and TypeMethodDescriptiondefault @NotNull FloatPredicatedefault @NotNull FloatPredicateFloatPredicate.and(@NonNull FloatPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static @NotNull FloatPredicateFloatPredicate.isEqual(float value) Returns a predicate that tests if two arguments are equal.static @NotNull FloatPredicateFloatPredicate.isNotEqual(float value) Returns a predicate that tests if two arguments are not equal.default @NotNull FloatPredicateFloatPredicate.negate()default @NotNull FloatPredicatedefault @NotNull FloatPredicateFloatPredicate.or(@NonNull FloatPredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in ru.progrm_jarvis.javacommons.util.function with parameters of type FloatPredicateModifier and TypeMethodDescriptiondefault @NotNull FloatPredicateFloatPredicate.and(@NonNull FloatPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default @NotNull FloatPredicateFloatPredicate.or(@NonNull FloatPredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.