public class DataflowGetPropertyExpression<T> extends DataflowExpression<T>
DataflowExpression.BindDataflow<T>, DataflowExpression.DataflowExpressionsCollector
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private DataflowExpression<T> |
receiver |
private static long |
serialVersionUID |
error, S_INITIALIZED, S_INITIALIZING, S_NOT_INITIALIZED, state, value
serialHandle
Constructor and Description |
---|
DataflowGetPropertyExpression(DataflowExpression<T> expression,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected T |
evaluate()
Retrieves the receiver's property value
|
protected void |
subscribe(DataflowExpression.DataflowExpressionsCollector listener) |
binaryChoice, binaryChoice, binaryChoice, binaryChoice, binaryChoice, binaryChoice, bind, bindError, bindSafely, bindUnique, chainWith, chainWith, chainWith, chainWith, chainWith, chainWith, choice, choice, choice, choice, choice, choice, doBindImpl, doBindRemote, filter, filter, filter, filter, filter, filter, getBindErrorManager, getEventManager, getMetaClass, getProperty, getVal, getVal, getValAsync, getValAsync, into, into, into, into, into, into, invokeMethod, isBound, join, join, length, merge, merge, merge, merge, merge, merge, merge, merge, merge, merge, merge, merge, or, or, poll, rightShift, scheduleCallback, separate, separate, separate, separate, separate, separate, setMetaClass, setProperty, split, split, split, split, split, split, split, split, split, split, split, split, subscribe, tap, tap, tap, tap, tap, tap, then, then, then, thenForkAndJoin, thenForkAndJoin, thenForkAndJoin, toString, transform, whenBound, whenBound, whenBound, whenBound, wheneverBound, wheneverBound
createRemoteHandle, getOrCreateSerialHandle, getRemoteClass, writeReplace
private static final long serialVersionUID
private final DataflowExpression<T> receiver
private final java.lang.String name
public DataflowGetPropertyExpression(DataflowExpression<T> expression, java.lang.String name)
protected void subscribe(DataflowExpression.DataflowExpressionsCollector listener)
subscribe
in class DataflowExpression<T>
protected T evaluate()
evaluate
in class DataflowExpression<T>