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