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