public abstract class AbstractFunction extends Object implements Function
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFunction() |
protected |
AbstractFunction(List<?> arguments) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addArgument(Object argument) |
List<?> |
getArguments() |
boolean |
hasArguments() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOperationprotected AbstractFunction()
protected AbstractFunction(List<?> arguments)
protected void addArgument(Object argument)
public List<?> getArguments()
getArguments in interface Functionpublic boolean hasArguments()
hasArguments in interface FunctionFunction.getArguments() is not emptyCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.