Groovy Documentation

gpars.dataflow
Class DataFlowExpression.TransformMany

java.lang.Object
  groovyx.gpars.serial.WithSerialId
      gpars.dataflow.DataFlowExpression
          gpars.dataflow.DataFlowComplexExpression
              gpars.dataflow.DataFlowExpression.TransformMany

class DataFlowExpression.TransformMany
extends DataFlowComplexExpression

Field Summary
 
Fields inherited from class DataFlowComplexExpression
args
 
Fields inherited from class DataFlowExpression
S_INITIALIZED, S_INITIALIZING, S_NOT_INITIALIZED, state, stateUpdater, value, waitingUpdater
 
Constructor Summary
private DataFlowExpression.TransformMany(Collection collection, Closure closure)

 
Method Summary
protected V evaluate()

 
Methods inherited from class DataFlowComplexExpression
evaluate, subscribe
 
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
 

Constructor Detail

DataFlowExpression.TransformMany

private DataFlowExpression.TransformMany(Collection collection, Closure closure)


 
Method Detail

evaluate

@Override
protected V evaluate()


 

Groovy Documentation