Uses of Interface
com.helger.commons.functional.IBooleanPredicate
Packages that use IBooleanPredicate
-
Uses of IBooleanPredicate in com.helger.commons.functional
Methods in com.helger.commons.functional that return IBooleanPredicateModifier and TypeMethodDescriptionstatic IBooleanPredicateIBooleanPredicate.all()default IBooleanPredicateIBooleanPredicate.and(IBooleanPredicate aOther) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static IBooleanPredicateIBooleanPredicate.ifFalse()static IBooleanPredicateIBooleanPredicate.ifTrue()default IBooleanPredicateIBooleanPredicate.negate()Returns a predicate that represents the logical negation of this predicate.static IBooleanPredicateIBooleanPredicate.none()default IBooleanPredicateIBooleanPredicate.or(IBooleanPredicate aOther) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in com.helger.commons.functional with parameters of type IBooleanPredicateModifier and TypeMethodDescriptiondefault IBooleanPredicateIBooleanPredicate.and(IBooleanPredicate aOther) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default IBooleanPredicateIBooleanPredicate.or(IBooleanPredicate aOther) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another. -
Uses of IBooleanPredicate in com.helger.commons.string
Methods in com.helger.commons.string with parameters of type IBooleanPredicateModifier and TypeMethodDescriptionToStringGenerator.appendIf(String sField, boolean bValue, IBooleanPredicate aFilter)