Uses of Interface
ru.progrm_jarvis.javacommons.util.function.BooleanPredicate
Packages that use BooleanPredicate
-
Uses of BooleanPredicate in ru.progrm_jarvis.javacommons.util.function
Methods in ru.progrm_jarvis.javacommons.util.function that return BooleanPredicateModifier and TypeMethodDescriptiondefault @NotNull BooleanPredicatedefault @NotNull BooleanPredicateBooleanPredicate.and(@NonNull BooleanPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static @NotNull BooleanPredicateBooleanPredicate.identity()Returns an unary operator that always returns its input argument.static @NotNull BooleanPredicateBooleanPredicate.inversion()Returns an unary operator that always returns inverted input argument.default @NotNull BooleanPredicateBooleanPredicate.invert()Returns a composed operator that first applies this operator and and then inverts the result.static @NotNull BooleanPredicateBooleanPredicate.isEqual(boolean value) Returns a predicate that tests if two arguments are equal.static @NotNull BooleanPredicateBooleanPredicate.isNotEqual(boolean value) Returns a predicate that tests if two arguments are not equal.default @NotNull BooleanPredicateBooleanPredicate.negate()default @NotNull BooleanPredicatedefault @NotNull BooleanPredicateBooleanPredicate.or(@NonNull BooleanPredicate 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 BooleanPredicateModifier and TypeMethodDescriptiondefault @NotNull BooleanPredicateBooleanPredicate.and(@NonNull BooleanPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default @NotNull BooleanPredicateBooleanPredicate.or(@NonNull BooleanPredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.