Class GetOutlet

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

    public final class GetOutlet
    extends swim.streamlet.AbstractOutlet<swim.structure.Value>
    • Field Summary

      • Fields inherited from class swim.streamlet.AbstractOutlet

        outputs, version
    • Constructor Summary

      Constructors 
      Constructor Description
      GetOutlet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      swim.structure.Value get()  
      swim.streamlet.Inlet<swim.structure.Value> keyInlet()  
      swim.streamlet.MapInlet<swim.structure.Value,​swim.structure.Value,​Object> mapInlet()  
      • 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

      • GetOutlet

        public GetOutlet()
    • Method Detail

      • keyInlet

        public swim.streamlet.Inlet<swim.structure.Value> keyInlet()
      • mapInlet

        public swim.streamlet.MapInlet<swim.structure.Value,​swim.structure.Value,​Object> mapInlet()
      • 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>