groovyx.gpars.dataflow
Class DataflowExpression.TransformMany<V>

java.lang.Object
  extended by groovyx.gpars.serial.WithSerialId
      extended by groovyx.gpars.dataflow.DataflowExpression<T>
          extended by groovyx.gpars.dataflow.DataflowComplexExpression<V>
              extended by groovyx.gpars.dataflow.DataflowExpression.TransformMany<V>
All Implemented Interfaces:
groovy.lang.GroovyObject, DataflowReadChannel<V>, java.io.Serializable
Enclosing class:
DataflowExpression<T>

private static class DataflowExpression.TransformMany<V>
extends DataflowComplexExpression<V>


Nested Class Summary
 
Nested classes/interfaces inherited from class groovyx.gpars.dataflow.DataflowExpression
DataflowExpression.BindDataflow<T>, DataflowExpression.DataflowExpressionsCollector
 
Field Summary
private  groovy.lang.Closure closure
           
private static long serialVersionUID
           
 
Fields inherited from class groovyx.gpars.dataflow.DataflowComplexExpression
args
 
Fields inherited from class groovyx.gpars.dataflow.DataflowExpression
S_INITIALIZED, S_INITIALIZING, S_NOT_INITIALIZED, state, stateUpdater, value, waitingUpdater
 
Fields inherited from class groovyx.gpars.serial.WithSerialId
serialHandle
 
Constructor Summary
private DataflowExpression.TransformMany(java.util.Collection<?> collection, groovy.lang.Closure closure)
           
 
Method Summary
protected  V evaluate()
          Evaluate expression after the ones we depend on are ready
 
Methods inherited from class groovyx.gpars.dataflow.DataflowComplexExpression
subscribe
 
Methods inherited from class groovyx.gpars.dataflow.DataflowExpression
bind, bindSafely, bindUnique, doBindRemote, getMetaClass, getProperty, getVal, getVal, getValAsync, getValAsync, invokeMethod, isBound, join, join, poll, rightShift, setMetaClass, setProperty, subscribe, toString, transform, whenBound, whenBound, whenBound, whenBound, wheneverBound, wheneverBound
 
Methods inherited from class groovyx.gpars.serial.WithSerialId
createRemoteHandle, getOrCreateSerialHandle, getRemoteClass, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

closure

private final groovy.lang.Closure closure
Constructor Detail

DataflowExpression.TransformMany

private DataflowExpression.TransformMany(java.util.Collection<?> collection,
                                         groovy.lang.Closure closure)
Method Detail

evaluate

protected V evaluate()
Description copied from class: DataflowExpression
Evaluate expression after the ones we depend on are ready

Overrides:
evaluate in class DataflowComplexExpression<V>
Returns:
value to bind

Copyright © 2008–2010 Václav Pech. All Rights Reserved.