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