| Package | Description |
|---|---|
| com.helger.commons.functional | |
| com.helger.commons.string |
| Modifier and Type | Method and Description |
|---|---|
static IBooleanPredicate |
IBooleanPredicate.all() |
default IBooleanPredicate |
IBooleanPredicate.and(IBooleanPredicate aOther)
Returns a composed predicate that represents a short-circuiting logical AND
of this predicate and another.
|
static IBooleanPredicate |
IBooleanPredicate.ifFalse() |
static IBooleanPredicate |
IBooleanPredicate.ifTrue() |
default IBooleanPredicate |
IBooleanPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
static IBooleanPredicate |
IBooleanPredicate.none() |
default IBooleanPredicate |
IBooleanPredicate.or(IBooleanPredicate aOther)
Returns a composed predicate that represents a short-circuiting logical OR
of this predicate and another.
|
| Modifier and Type | Method and Description |
|---|---|
default IBooleanPredicate |
IBooleanPredicate.and(IBooleanPredicate aOther)
Returns a composed predicate that represents a short-circuiting logical AND
of this predicate and another.
|
default IBooleanPredicate |
IBooleanPredicate.or(IBooleanPredicate 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,
boolean bValue,
IBooleanPredicate aFilter) |
Copyright © 2014–2020 Philip Helger. All rights reserved.