public abstract class DataflowComplexExpression<T> extends DataflowExpression<T>
DataflowExpression.BindDataflow<T>, DataflowExpression.DataflowExpressionsCollector
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object[] |
args |
private static long |
serialVersionUID |
error, S_INITIALIZED, S_INITIALIZING, S_NOT_INITIALIZED, state, value
serialHandle
Modifier | Constructor and Description |
---|---|
protected |
DataflowComplexExpression(java.lang.Object... elements) |
Modifier and Type | Method and Description |
---|---|
protected T |
evaluate()
Evaluates all the arguments
|
protected void |
subscribe(DataflowExpression.DataflowExpressionsCollector listener)
Subscribes the listener to all the arguments
|
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
protected final java.lang.Object[] args
protected DataflowComplexExpression(java.lang.Object... elements)
protected void subscribe(DataflowExpression.DataflowExpressionsCollector listener)
subscribe
in class DataflowExpression<T>
protected T evaluate()
evaluate
in class DataflowExpression<T>