Class PlusOutlet

java.lang.Object
swim.streamlet.AbstractOutlet<swim.structure.Value>
swim.dataflow.operator.BinaryOutlet
swim.dataflow.operator.PlusOutlet
All Implemented Interfaces:
swim.streamlet.Outlet<swim.structure.Value>

public final class PlusOutlet extends BinaryOutlet
  • Field Summary

    Fields inherited from class swim.streamlet.AbstractOutlet

    outputs, version
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected swim.structure.Item
    evaluate(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface swim.streamlet.Outlet

    map, memoize, watch
  • Constructor Details

    • PlusOutlet

      public PlusOutlet()
  • Method Details

    • evaluate

      protected swim.structure.Item evaluate(swim.structure.Value lhs, swim.structure.Value rhs)
      Specified by:
      evaluate in class BinaryOutlet