- java.lang.Object
-
- swim.streamlet.AbstractOutlet<Value>
-
- swim.dataflow.operator.UnaryOutlet
-
- Direct Known Subclasses:
BitwiseNotOutlet
,NegativeOutlet
,NotOutlet
,PositiveOutlet
public abstract class UnaryOutlet extends AbstractOutlet<Value>
-
-
Field Summary
-
Fields inherited from class swim.streamlet.AbstractOutlet
outputs, version
-
-
Constructor Summary
Constructors Constructor Description UnaryOutlet()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Item
evaluate(Value argument)
Value
get()
Returns the current state of thisOutlet
.Inlet<Value>
operandInlet()
-
Methods inherited from class swim.streamlet.AbstractOutlet
bindOutput, decohereInput, didDecohereInput, didRecohereInput, disconnectInputs, disconnectOutputs, onDecohereInput, onRecohereInput, outputIterator, recohereInput, unbindOutput, unbindOutputs, willDecohereInput, willRecohereInput
-
-