- java.lang.Object
-
- swim.streamlet.AbstractOutlet<Value>
-
- swim.dataflow.operator.UnaryOutlet
-
- swim.dataflow.operator.NotOutlet
-
public final class NotOutlet extends UnaryOutlet
-
-
Field Summary
-
Fields inherited from class swim.streamlet.AbstractOutlet
outputs, version
-
-
Constructor Summary
Constructors Constructor Description NotOutlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Itemevaluate(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:
evaluatein classUnaryOutlet
-
-