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