public interface Value
| Modifier and Type | Interface and Description |
|---|---|
static class |
Value.FalseValueClause<T>
An intermediate state where the clause has evaluated to false.
|
static class |
Value.TrueValueClause<T>
An intermediate state where the clause has evaluated to true.
|
static interface |
Value.ValueClause<T>
An intermediate state in determining the final
Value. |
| Modifier and Type | Method and Description |
|---|---|
static <T> Value.ValueClause<T> |
where(boolean clause)
Create a new
Value.ValueClause for the clause. |
static <T> Value.ValueClause<T> |
whereNot(boolean clause)
Create a new
Value.ValueClause for the boolean opposite of the clause. |
static <T> Value.ValueClause<T> where(boolean clause)
Value.ValueClause for the clause.T - the type of the valueclause - the condition to teststatic <T> Value.ValueClause<T> whereNot(boolean clause)
Value.ValueClause for the boolean opposite of the clause.T - the type of the valueclause - the condition to testCopyright © 2015–2017. All rights reserved.