Class DivideOutlet

  • All Implemented Interfaces:
    swim.streamlet.Outlet<swim.structure.Value>

    public final class DivideOutlet
    extends BinaryOutlet
    • Field Summary

      • Fields inherited from class swim.streamlet.AbstractOutlet

        outputs, version
    • Constructor Summary

      Constructors 
      Constructor Description
      DivideOutlet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected swim.structure.Item evaluate​(swim.structure.Value argument1, swim.structure.Value argument2)  
      • Methods inherited from class swim.streamlet.AbstractOutlet

        bindOutput, didInvalidateInput, didReconcileInput, disconnectInputs, disconnectOutputs, invalidateInput, onInvalidateInput, onReconcileInput, outputIterator, reconcileInput, unbindOutput, unbindOutputs, willInvalidateInput, willReconcileInput
      • Methods inherited from interface swim.streamlet.Outlet

        map, memoize, watch
    • Constructor Detail

      • DivideOutlet

        public DivideOutlet()
    • Method Detail

      • evaluate

        protected swim.structure.Item evaluate​(swim.structure.Value argument1,
                                               swim.structure.Value argument2)
        Specified by:
        evaluate in class BinaryOutlet