See: Description
| Interface | Description |
|---|---|
| Condition |
If-then-else in a functional-style.
|
| Value |
A Value from an if-then-else in a functional-style.
|
| Value.ValueClause<T> |
An intermediate state in determining the final
Value. |
| Value.ValueClause.ValueSupplier<T> |
An intermediate result of the
Value. |
| Class | Description |
|---|---|
| Condition.FalseCondition |
A
Condition that has evaluated to false. |
| Condition.TrueCondition |
A
Condition that has evaluated to true. |
| Value.FalseValueClause<T> |
An intermediate state where the clause has evaluated to false.
|
| Value.TrueValueClause<T> |
An intermediate state where the clause has evaluated to true.
|
Copyright © 2015–2017. All rights reserved.