- java.lang.Object
-
- swim.streamlet.AbstractOutlet<Value>
-
- swim.dataflow.operator.UnaryOutlet
-
- swim.dataflow.operator.NegativeOutlet
-
public final class NegativeOutlet extends UnaryOutlet
-
-
Field Summary
-
Fields inherited from class swim.streamlet.AbstractOutlet
outputs, version
-
-
Constructor Summary
Constructors Constructor Description NegativeOutlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Item
evaluate(Value argument)
-
Methods inherited from class swim.dataflow.operator.UnaryOutlet
get, operandInlet
-
Methods inherited from class swim.streamlet.AbstractOutlet
bindOutput, decohereInput, didDecohereInput, didRecohereInput, disconnectInputs, disconnectOutputs, onDecohereInput, onRecohereInput, outputIterator, recohereInput, unbindOutput, unbindOutputs, willDecohereInput, willRecohereInput
-
-
-
-
Method Detail
-
evaluate
protected Item evaluate(Value argument)
- Specified by:
evaluate
in classUnaryOutlet
-
-