| 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(boolean clause)
Logically AND combine the current
Value.ValueClause with clause. |
default Value.ValueClause<T> |
andNot(boolean clause)
Logically AND combine the current
Value.ValueClause with boolean opposite of the clause. |
Value.ValueClause<T> |
or(boolean clause)
Logically OR combine the current
Value.ValueClause with clause. |
default Value.ValueClause<T> |
orNot(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(boolean clause)
Value.ValueClause with clause.clause - the condition to testValue.ValueClause<T> or(boolean clause)
Value.ValueClause with clause.clause - the condition to testdefault Value.ValueClause<T> andNot(boolean clause)
Value.ValueClause with boolean opposite of the clause.clause - the condition to testdefault Value.ValueClause<T> orNot(boolean clause)
Value.ValueClause with boolean opposite of the clause.clause - the condition to testCopyright © 2015–2017. All rights reserved.