public class FuncOperand extends Object implements Serializable
| Constructor and Description |
|---|
FuncOperand(String name,
int arity) |
| Modifier and Type | Method and Description |
|---|---|
protected Value |
apply(RLSupplier<Value>[] args) |
int |
getArity() |
RLSupplier<Value> |
getEval(RLSupplier<Value>[] args) |
public FuncOperand(String name, int arity)
public int getArity()
public RLSupplier<Value> getEval(RLSupplier<Value>[] args)
protected Value apply(RLSupplier<Value>[] args)
Copyright © 2016. All rights reserved.