groovyx.gpars.dataflow
Class DataFlowGetPropertyExpression
java.lang.Object
groovyx.gpars.serial.WithSerialId
groovyx.gpars.dataflow.DataFlowExpression
groovyx.gpars.dataflow.DataFlowGetPropertyExpression
class DataFlowGetPropertyExpression
extends DataFlowExpression
DFE which evaluate property when receiver became available
- Authors:
- Alex Tkachman
Methods inherited from class DataFlowExpression
|
DataFlowExpression, bind, bindSafely, bindUnique, doBindRemote, evaluate, getMetaClass, getProperty, getVal, getVal, getValAsync, getValAsync, invokeMethod, isBound, join, join, poll, rightShift, setMetaClass, setProperty, subscribe, subscribe, toString, transform, whenBound, whenBound, wheneverBound, wheneverBound |
name
private final java.lang.String name
-
receiver
private final DataFlowExpression receiver
-
serialVersionUID
private static final long serialVersionUID
-
DataFlowGetPropertyExpression
public DataFlowGetPropertyExpression(DataFlowExpression expression, java.lang.String name)
-
evaluate
@Override
@SuppressWarnings("unchecked")
protected T evaluate()
-
subscribe
@Override
protected void subscribe(DataFlowExpressionsCollector listener)
-
Copyright © 2008–2010 Václav Pech. All Rights Reserved.