|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovyx.gpars.serial.WithSerialId
groovyx.gpars.dataflow.DataflowExpression<T>
groovyx.gpars.dataflow.DataflowGetPropertyExpression<T>
public class DataflowGetPropertyExpression<T>
DFE which evaluate property when receiver became available
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class groovyx.gpars.dataflow.DataflowExpression |
|---|
DataflowExpression.BindDataflow<T>, DataflowExpression.DataflowExpressionsCollector |
| Field Summary | |
|---|---|
private java.lang.String |
name
|
private DataflowExpression<T> |
receiver
|
private static long |
serialVersionUID
|
| 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 | |
|---|---|
DataflowGetPropertyExpression(DataflowExpression<T> expression,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
protected T |
evaluate()
Evaluate expression after the ones we depend on are ready |
protected void |
subscribe(DataflowExpression.DataflowExpressionsCollector listener)
|
| 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 |
|---|
private static final long serialVersionUID
private final DataflowExpression<T> receiver
private final java.lang.String name
| Constructor Detail |
|---|
public DataflowGetPropertyExpression(DataflowExpression<T> expression,
java.lang.String name)
| Method Detail |
|---|
protected void subscribe(DataflowExpression.DataflowExpressionsCollector listener)
subscribe in class DataflowExpression<T>protected T evaluate()
DataflowExpression
evaluate in class DataflowExpression<T>
|
Copyright © 2008–2010 Václav Pech. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||