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 Form| Constructor 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, isResolvedpublic FunctionalExpression(java.util.List<Expression<?>> children, FuncN<R> func)
public java.util.List<Expression<?>> getChildren()
NodenullgetChildren in interface Nodepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object