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