public class FoldCat extends Object implements ValueExpression
ValueExpression that represents an optimized version of a
FoldLeft operation with a Cat ValueExpression as reducer.| Modifier and Type | Field and Description |
|---|---|
ValueExpression |
operand |
| Constructor and Description |
|---|
FoldCat(ValueExpression operand) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ImmutableList<Optional<Value>> |
eval(ParseState parseState,
Encoding encoding) |
int |
hashCode() |
String |
toString() |
public final ValueExpression operand
public FoldCat(ValueExpression operand)
public ImmutableList<Optional<Value>> eval(ParseState parseState, Encoding encoding)
eval in interface ValueExpressionCopyright © 2017. All rights reserved.