- java.lang.Object
-
- swim.streamlet.AbstractOutlet<Value>
-
- swim.dataflow.operator.BinaryOutlet
-
- swim.dataflow.operator.BitwiseXorOutlet
-
public final class BitwiseXorOutlet extends BinaryOutlet
-
-
Field Summary
-
Fields inherited from class swim.streamlet.AbstractOutlet
outputs, version
-
-
Constructor Summary
Constructors Constructor Description BitwiseXorOutlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Item
evaluate(Value lhs, Value rhs)
-
Methods inherited from class swim.dataflow.operator.BinaryOutlet
get, lhsInlet, rhsInlet
-
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 lhs, Value rhs)
- Specified by:
evaluate
in classBinaryOutlet
-
-