Class Invoke<T extends ACell>

java.lang.Object
Type Parameters:
T - Result type of Op
All Implemented Interfaces:
IValidated, IWriteable

public class Invoke<T extends ACell> extends AMultiOp<T>
Op representing the invocation of a function. The first child Op identifies the function to be called, the remaining ops are arguments.