- java.lang.Object
-
- swim.streamlet.AbstractOutlet<swim.structure.Value>
-
- swim.dataflow.operator.ConditionalOutlet
-
- All Implemented Interfaces:
swim.streamlet.Outlet<swim.structure.Value>
public final class ConditionalOutlet extends swim.streamlet.AbstractOutlet<swim.structure.Value>
-
-
Constructor Summary
Constructors Constructor Description ConditionalOutlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description swim.streamlet.Inlet<swim.structure.Value>elseInlet()swim.structure.Valueget()swim.streamlet.Inlet<swim.structure.Value>ifInlet()swim.streamlet.Inlet<swim.structure.Value>thenInlet()-
Methods inherited from class swim.streamlet.AbstractOutlet
bindOutput, decohereInput, didDecohereInput, didRecohereInput, disconnectInputs, disconnectOutputs, onDecohereInput, onRecohereInput, outputIterator, recohereInput, unbindOutput, unbindOutputs, willDecohereInput, willRecohereInput
-
-
-
-
Method Detail
-
ifInlet
public swim.streamlet.Inlet<swim.structure.Value> ifInlet()
-
thenInlet
public swim.streamlet.Inlet<swim.structure.Value> thenInlet()
-
elseInlet
public swim.streamlet.Inlet<swim.structure.Value> elseInlet()
-
get
public swim.structure.Value get()
- Specified by:
getin interfaceswim.streamlet.Outlet<swim.structure.Value>- Specified by:
getin classswim.streamlet.AbstractOutlet<swim.structure.Value>
-
-