- java.lang.Object
-
- swim.streamlet.AbstractOutlet<swim.structure.Value>
-
- swim.dataflow.operator.UnaryOutlet
-
- swim.dataflow.operator.BitwiseNotOutlet
-
- All Implemented Interfaces:
swim.streamlet.Outlet<swim.structure.Value>
public final class BitwiseNotOutlet extends UnaryOutlet
-
-
Constructor Summary
Constructors Constructor Description BitwiseNotOutlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected swim.structure.Itemevaluate(swim.structure.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 swim.structure.Item evaluate(swim.structure.Value argument)
- Specified by:
evaluatein classUnaryOutlet
-
-