| Interface | Description |
|---|---|
| Reducer | |
| ValueExpression |
Interface for all ValueExpression implementations.
|
| Class | Description |
|---|---|
| BinaryValueExpression |
Base class for
ValueExpressions with two operands. |
| Cat |
A
BinaryValueExpression that concatenates values at the byte-level. |
| Const |
A
ValueExpression representing a constant value. |
| ConstantFactory | |
| Elvis |
A
ValueExpression that implements the Elvis operator: |
| Fold |
Base class for
ValueExpression implementations of the Fold
operation. |
| FoldLeft |
A
ValueExpression implementation of the FoldLeft operation. |
| FoldRight |
A
ValueExpression implementation of the FoldRight operation. |
| OptionalValue | |
| Reverse |
A
ValueExpression that reverses the results of its operand. |
| UnaryValueExpression |
Base class for
ValueExpressions with one operand. |
| Value |
Copyright © 2017. All rights reserved.