Groovy Documentation

gpars.dataflow
Class DataFlowExpression.TransformOne

java.lang.Object
  groovyx.gpars.serial.WithSerialId
      gpars.dataflow.DataFlowExpression
          gpars.dataflow.DataFlowExpression.TransformOne

class DataFlowExpression.TransformOne
extends DataFlowExpression

Field Summary
Object arg

 
Fields inherited from class DataFlowExpression
S_INITIALIZED, S_INITIALIZING, S_NOT_INITIALIZED, state, stateUpdater, value, waitingUpdater
 
Constructor Summary
private DataFlowExpression.TransformOne(Object another, Closure closure)

 
Method Summary
protected V 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
 

Field Detail

arg

Object arg


 
Constructor Detail

DataFlowExpression.TransformOne

private DataFlowExpression.TransformOne(Object another, Closure closure)


 
Method Detail

evaluate

@Override
protected V evaluate()


subscribe

@Override
protected void subscribe(DataFlowExpressionsCollector listener)


 

Groovy Documentation