Class UnaryOutlet

    • Field Summary

      • Fields inherited from class swim.streamlet.AbstractOutlet

        outputs, version
    • Constructor Summary

      Constructors 
      Constructor Description
      UnaryOutlet()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract swim.structure.Item evaluate​(swim.structure.Value argument)  
      swim.structure.Value get()  
      swim.streamlet.Inlet<swim.structure.Value> operandInlet()  
      • 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

      • UnaryOutlet

        public UnaryOutlet()
    • Method Detail

      • operandInlet

        public swim.streamlet.Inlet<swim.structure.Value> operandInlet()
      • get

        public swim.structure.Value get()
        Specified by:
        get in interface swim.streamlet.Outlet<swim.structure.Value>
        Specified by:
        get in class swim.streamlet.AbstractOutlet<swim.structure.Value>
      • evaluate

        protected abstract swim.structure.Item evaluate​(swim.structure.Value argument)