Uses of Interface
com.helger.base.functional.IBooleanPredicate
Packages that use IBooleanPredicate
-
Uses of IBooleanPredicate in com.helger.base.functional
Methods in com.helger.base.functional that return IBooleanPredicateModifier and TypeMethodDescriptionstatic @NonNull IBooleanPredicateIBooleanPredicate.all()default @NonNull IBooleanPredicateIBooleanPredicate.and(@NonNull IBooleanPredicate aOther) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static @NonNull IBooleanPredicateIBooleanPredicate.ifFalse()static @NonNull IBooleanPredicateIBooleanPredicate.ifTrue()default @NonNull IBooleanPredicateIBooleanPredicate.negate()Returns a predicate that represents the logical negation of this predicate.static @NonNull IBooleanPredicateIBooleanPredicate.none()default @NonNull IBooleanPredicateIBooleanPredicate.or(@NonNull IBooleanPredicate aOther) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in com.helger.base.functional with parameters of type IBooleanPredicateModifier and TypeMethodDescriptiondefault @NonNull IBooleanPredicateIBooleanPredicate.and(@NonNull IBooleanPredicate aOther) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default @NonNull IBooleanPredicateIBooleanPredicate.or(@NonNull IBooleanPredicate aOther) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another. -
Uses of IBooleanPredicate in com.helger.base.tostring
Methods in com.helger.base.tostring with parameters of type IBooleanPredicateModifier and TypeMethodDescription@NonNull ToStringGeneratorToStringGenerator.appendIf(@NonNull String sField, boolean bValue, @NonNull IBooleanPredicate aFilter) Conditionally append a boolean field if the filter matches the value.