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