| Package | Description |
|---|---|
| com.helger.commons.functional | |
| com.helger.commons.string |
| Modifier and Type | Method and Description |
|---|---|
default ICharPredicate |
ICharPredicate.and(ICharPredicate aOther)
Returns a composed predicate that represents a short-circuiting logical AND
of this predicate and another.
|
static ICharPredicate |
Predicates.charIsEQ0() |
static ICharPredicate |
Predicates.charIsGT0() |
static ICharPredicate |
Predicates.charIsNE0() |
default ICharPredicate |
ICharPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default ICharPredicate |
ICharPredicate.or(ICharPredicate aOther)
Returns a composed predicate that represents a short-circuiting logical OR
of this predicate and another.
|
| Modifier and Type | Method and Description |
|---|---|
default ICharPredicate |
ICharPredicate.and(ICharPredicate aOther)
Returns a composed predicate that represents a short-circuiting logical AND
of this predicate and another.
|
default ICharPredicate |
ICharPredicate.or(ICharPredicate aOther)
Returns a composed predicate that represents a short-circuiting logical OR
of this predicate and another.
|
| Modifier and Type | Method and Description |
|---|---|
ToStringGenerator |
ToStringGenerator.appendIf(String sField,
char cValue,
ICharPredicate aFilter) |
static boolean |
StringHelper.containsAny(CharSequence aCS,
ICharPredicate aFilter)
Check if the passed
CharSequence contains any character matching the
provided filter. |
static boolean |
StringHelper.containsAny(String sStr,
ICharPredicate aFilter)
Check if the passed
String contains any character matching the
provided filter. |
static boolean |
StringHelper.containsNone(CharSequence aCS,
ICharPredicate aFilter)
Check if the passed
CharSequence contains no character matching the
provided filter. |
static boolean |
StringHelper.containsNone(String sStr,
ICharPredicate aFilter)
Check if the passed
String contains no character matching the
provided filter. |
static boolean |
StringHelper.containsOnly(CharSequence aCS,
ICharPredicate aFilter)
Check if the passed
CharSequence contains only characters matching
the provided filter. |
static boolean |
StringHelper.containsOnly(String sStr,
ICharPredicate aFilter)
Check if the passed
String contains only characters matching the
provided filter. |
Copyright © 2014–2019 Philip Helger. All rights reserved.