Class PositiveOutlet

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

    public final class PositiveOutlet
    extends UnaryOutlet
    • Field Summary

      • Fields inherited from class swim.streamlet.AbstractOutlet

        outputs, version
    • Constructor Summary

      Constructors 
      Constructor Description
      PositiveOutlet()  
    • Method Summary

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

        bindOutput, decohereInput, didDecohereInput, didRecohereInput, disconnectInputs, disconnectOutputs, onDecohereInput, onRecohereInput, outputIterator, recohereInput, unbindOutput, unbindOutputs, willDecohereInput, willRecohereInput
      • Methods inherited from interface swim.streamlet.Outlet

        map, memoize, watch
    • Constructor Detail

      • PositiveOutlet

        public PositiveOutlet()
    • Method Detail

      • evaluate

        protected swim.structure.Item evaluate​(swim.structure.Value argument)
        Specified by:
        evaluate in class UnaryOutlet