Uses of Interface
com.helger.commons.functional.IBooleanPredicate
-
Packages that use IBooleanPredicate Package Description com.helger.commons.functional com.helger.commons.string -
-
Uses of IBooleanPredicate in com.helger.commons.functional
Methods in com.helger.commons.functional that return IBooleanPredicate Modifier and Type Method Description static 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 IBooleanPredicate Modifier and Type Method Description default 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 IBooleanPredicate Modifier and Type Method Description ToStringGeneratorToStringGenerator. appendIf(String sField, boolean bValue, IBooleanPredicate aFilter)
-