gpars.dataflow
Class DataFlowComplexExpression
java.lang.Object
groovyx.gpars.serial.WithSerialId
gpars.dataflow.DataFlowExpression
gpars.dataflow.DataFlowComplexExpression
class DataFlowComplexExpression
extends DataFlowExpression
- author:
- Alex Tkachman
Method Summary |
protected T
|
evaluate()
|
protected void
|
subscribe(DataFlowExpressionsCollector listener)
|
Methods inherited from class DataFlowExpression
|
DataFlowExpression, bind, bindSafely, doBindRemote, evaluate, getMetaClass, getProperty, getVal, getVal, getValAsync, getValAsync, invokeMethod, isBound, rightShift, setMetaClass, setProperty, subscribe, subscribe, toString, transform, whenBound, whenBound |
args
protected Object[] args
-
DataFlowComplexExpression
protected DataFlowComplexExpression(Object elements)
-
evaluate
@Override
protected T evaluate()
-
subscribe
@Override
protected void subscribe(DataFlowExpressionsCollector listener)
-
Groovy Documentation