- java.lang.Object
-
- swim.streamlet.AbstractInlet<I>
-
- swim.streamlet.ValueOutput<I>
-
- All Implemented Interfaces:
Inlet<I>
public class ValueOutput<I> extends AbstractInlet<I>
-
-
Field Summary
Fields Modifier and Type Field Description protected I
state
-
Fields inherited from class swim.streamlet.AbstractInlet
input, version
-
-
Constructor Summary
Constructors Constructor Description ValueOutput()
ValueOutput(I state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description I
get()
protected void
onRecohereOutput(int version)
-
Methods inherited from class swim.streamlet.AbstractInlet
bindInput, decohereOutput, didDecohereOutput, didRecohereOutput, disconnectInputs, disconnectOutputs, input, onDecohereOutput, recohereOutput, unbindInput, willDecohereOutput, willRecohereOutput
-
-
-
-
Field Detail
-
state
protected I state
-
-
Constructor Detail
-
ValueOutput
public ValueOutput(I state)
-
ValueOutput
public ValueOutput()
-
-
Method Detail
-
get
public I get()
-
onRecohereOutput
protected void onRecohereOutput(int version)
- Overrides:
onRecohereOutput
in classAbstractInlet<I>
-
-