| 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.
|
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) |
Copyright © 2014–2017 Philip Helger. All rights reserved.