R
- the type of the result of the expressionpublic class FunctionalExpression<R> extends AbstractDeferredExpression<R> implements java.io.Serializable
FuncN
function. This is a lambda-like expression.FiniteArgumentFunction
,
Serialized FormConstructor and Description |
---|
FunctionalExpression(java.util.List<Expression<?>> children,
FuncN<R> func) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
FuncN<R> |
function() |
java.util.List<Expression<?>> |
getChildren()
Has to return the children of the node.
|
int |
hashCode() |
java.lang.String |
toString() |
get, isResolved
public FunctionalExpression(java.util.List<Expression<?>> children, FuncN<R> func)
public java.util.List<Expression<?>> getChildren()
Node
null
getChildren
in interface Node
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object