java.lang.Object
swim.streamlet.AbstractOutlet<swim.structure.Value>
swim.dataflow.selector.GetOutlet
- All Implemented Interfaces:
swim.streamlet.Outlet<swim.structure.Value>
public final class GetOutlet
extends swim.streamlet.AbstractOutlet<swim.structure.Value>
-
Field Summary
Fields inherited from class swim.streamlet.AbstractOutlet
outputs, version -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class swim.streamlet.AbstractOutlet
bindOutput, decohereInput, didDecohereInput, didRecohereInput, disconnectInputs, disconnectOutputs, onDecohereInput, onRecohereInput, outputIterator, recohereInput, unbindOutput, unbindOutputs, willDecohereInput, willRecohereInputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface swim.streamlet.Outlet
map, memoize, watch
-
Constructor Details
-
GetOutlet
public GetOutlet()
-
-
Method Details
-
keyInlet
public swim.streamlet.Inlet<swim.structure.Value> keyInlet() -
mapInlet
-
get
public swim.structure.Value get()- Specified by:
getin interfaceswim.streamlet.Outlet<swim.structure.Value>- Specified by:
getin classswim.streamlet.AbstractOutlet<swim.structure.Value>
-