public class First extends Object implements ValueExpression
| Modifier and Type | Field and Description |
|---|---|
ValueExpression |
operand |
| Constructor and Description |
|---|
First(ValueExpression operand) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<OptionalValue> |
eval(Environment environment,
Encoding encoding) |
String |
toString() |
public final ValueExpression operand
public First(ValueExpression operand)
public ImmutableList<OptionalValue> eval(Environment environment, Encoding encoding)
eval in interface ValueExpressionCopyright © 2017. All rights reserved.