groovyx.gpars.dataflow.expression
[Java] Class DataflowInvocationExpression
java.lang.Object
groovyx.gpars.serial.WithSerialId
groovyx.gpars.dataflow.expression.DataflowExpression
groovyx.gpars.dataflow.expression.DataflowComplexExpression
groovyx.gpars.dataflow.expression.DataflowInvocationExpression
public class DataflowInvocationExpression
extends DataflowComplexExpression
A dataflow expression, which invokes a method after the receiver as well as all the arguments become available
- Authors:
- Alex Tkachman
Fields inherited from class DataflowExpression
|
ATTACHMENT, RESULT, S_INITIALIZED, S_INITIALIZING, S_NOT_INITIALIZED, dummyWaitingThread, metaClass, serialVersionUID, state, value, waiting |
Methods inherited from class DataflowExpression
|
DataflowExpression, binaryChoice, binaryChoice, binaryChoice, bind, bindSafely, bindUnique, chainWith, chainWith, chainWith, choice, choice, choice, doBind, doBindImpl, doBindRemote, evaluate, filter, filter, filter, getMetaClass, getProperty, getVal, getVal, getValAsync, getValAsync, handleInterruption, into, into, into, invokeMethod, isBound, join, join, length, merge, merge, merge, merge, merge, merge, notifyRemote, or, or, poll, rightShift, scheduleCallback, separate, separate, separate, setMetaClass, setProperty, split, split, split, split, split, split, subscribe, subscribe, tap, tap, tap, then, then, then, toString, transform, whenBound, whenBound, whenBound, whenBound, wheneverBound, wheneverBound |
methodName
private final java.lang.String methodName
-
receiver
private java.lang.Object receiver
-
serialVersionUID
private static final long serialVersionUID
-
DataflowInvocationExpression
public DataflowInvocationExpression(java.lang.Object receiver, java.lang.String methodName, java.lang.Object[] args)
-
evaluate
@Override
@SuppressWarnings("unchecked")
protected java.lang.Object evaluate()
-
subscribe
@Override
protected void subscribe(DataflowExpressionsCollector listener)
-
Copyright © 2008–2012 Václav Pech. All Rights Reserved.