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