java.lang.Object
swim.streamlet.AbstractOutlet<swim.structure.Value>
swim.dataflow.operator.BinaryOutlet
swim.dataflow.operator.GtOutlet
- All Implemented Interfaces:
swim.streamlet.Outlet<swim.structure.Value>
-
Field Summary
Fields inherited from class swim.streamlet.AbstractOutlet
outputs, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected swim.structure.Itemevaluate(swim.structure.Value lhs, swim.structure.Value rhs) Methods inherited from class swim.dataflow.operator.BinaryOutlet
get, lhsInlet, rhsInletMethods inherited from class swim.streamlet.AbstractOutlet
bindOutput, decohereInput, didDecohereInput, didRecohereInput, disconnectInputs, disconnectOutputs, onDecohereInput, onRecohereInput, outputIterator, recohereInput, unbindOutput, unbindOutputs, willDecohereInput, willRecohereInputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface swim.streamlet.Outlet
map, memoize, watch
-
Constructor Details
-
GtOutlet
public GtOutlet()
-
-
Method Details
-
evaluate
protected swim.structure.Item evaluate(swim.structure.Value lhs, swim.structure.Value rhs) - Specified by:
evaluatein classBinaryOutlet
-