- java.lang.Object
-
- swim.streamlet.AbstractOutlet<Value>
-
- swim.dataflow.operator.InvokeOutlet
-
public final class InvokeOutlet extends AbstractOutlet<Value>
-
-
Field Summary
-
Fields inherited from class swim.streamlet.AbstractOutlet
outputs, version
-
-
Constructor Summary
Constructors Constructor Description InvokeOutlet(Record scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Inlet<Value>
argsInlet()
Inlet<Value>
funcInlet()
Value
get()
Returns the current state of thisOutlet
.-
Methods inherited from class swim.streamlet.AbstractOutlet
bindOutput, decohereInput, didDecohereInput, didRecohereInput, disconnectInputs, disconnectOutputs, onDecohereInput, onRecohereInput, outputIterator, recohereInput, unbindOutput, unbindOutputs, willDecohereInput, willRecohereInput
-
-
-
-
Constructor Detail
-
InvokeOutlet
public InvokeOutlet(Record scope)
-
-