| Modifier and Type | Interface and Description |
|---|---|
static interface |
Value.ValueClause.ValueSupplier<T>
An intermediate result of the
Value. |
| Modifier and Type | Method and Description |
|---|---|
Value.ValueClause<T> |
and(Supplier<Boolean> clause)
Logically AND combine the current
Value.ValueClause with clause. |
default Value.ValueClause<T> |
andNot(Supplier<Boolean> clause)
Logically AND combine the current
Value.ValueClause with boolean opposite of the clause. |
Value.ValueClause<T> |
or(Supplier<Boolean> clause)
Logically OR combine the current
Value.ValueClause with clause. |
default Value.ValueClause<T> |
orNot(Supplier<Boolean> clause)
Logically OR combine the current
Value.ValueClause with boolean opposite of the clause. |
Value.ValueClause.ValueSupplier<T> |
then(Supplier<T> trueSupplier)
|
Value.ValueClause.ValueSupplier<T> then(Supplier<T> trueSupplier)
trueSupplier - the Supplier for the true valueValue.ValueClause<T> and(Supplier<Boolean> clause)
Value.ValueClause with clause.clause - the condition to testValue.ValueClause<T> or(Supplier<Boolean> clause)
Value.ValueClause with clause.clause - the condition to testdefault Value.ValueClause<T> andNot(Supplier<Boolean> clause)
Value.ValueClause with boolean opposite of the clause.clause - the condition to testdefault Value.ValueClause<T> orNot(Supplier<Boolean> clause)
Value.ValueClause with boolean opposite of the clause.clause - the condition to testCopyright © 2015–2018. All rights reserved.