Uses of Interface
com.helger.commons.functional.ICharPredicate
Packages that use ICharPredicate
-
Uses of ICharPredicate in com.helger.commons.functional
Methods in com.helger.commons.functional that return ICharPredicateModifier and TypeMethodDescriptiondefault ICharPredicateICharPredicate.and(ICharPredicate aOther) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static ICharPredicatePredicates.charIsEQ0()static ICharPredicatePredicates.charIsGT0()static ICharPredicatePredicates.charIsNE0()default ICharPredicateICharPredicate.negate()Returns a predicate that represents the logical negation of this predicate.default ICharPredicateICharPredicate.or(ICharPredicate 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 ICharPredicateModifier and TypeMethodDescriptiondefault ICharPredicateICharPredicate.and(ICharPredicate aOther) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default ICharPredicateICharPredicate.or(ICharPredicate aOther) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another. -
Uses of ICharPredicate in com.helger.commons.string
Methods in com.helger.commons.string with parameters of type ICharPredicateModifier and TypeMethodDescriptionToStringGenerator.appendIf(String sField, char cValue, ICharPredicate aFilter) static booleanStringHelper.containsAny(CharSequence aCS, ICharPredicate aFilter) Check if the passedCharSequencecontains any character matching the provided filter.static booleanStringHelper.containsAny(String sStr, ICharPredicate aFilter) Check if the passedStringcontains any character matching the provided filter.static booleanStringHelper.containsNone(CharSequence aCS, ICharPredicate aFilter) Check if the passedCharSequencecontains no character matching the provided filter.static booleanStringHelper.containsNone(String sStr, ICharPredicate aFilter) Check if the passedStringcontains no character matching the provided filter.static booleanStringHelper.containsOnly(CharSequence aCS, ICharPredicate aFilter) Check if the passedCharSequencecontains only characters matching the provided filter.static booleanStringHelper.containsOnly(String sStr, ICharPredicate aFilter) Check if the passedStringcontains only characters matching the provided filter.