Package swim.dataflow

Interface RecordOutlet

  • All Superinterfaces:
    swim.streamlet.MapOutlet<swim.structure.Value,​swim.structure.Value,​swim.structure.Record>, swim.streamlet.Outlet<swim.structure.Record>, swim.streamlet.StreamletScope<swim.structure.Value>
    All Known Implementing Classes:
    AbstractRecordOutlet, RecordModel, RecordScope

    public interface RecordOutlet
    extends swim.streamlet.Outlet<swim.structure.Record>, swim.streamlet.MapOutlet<swim.structure.Value,​swim.structure.Value,​swim.structure.Record>, swim.streamlet.StreamletScope<swim.structure.Value>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      swim.streamlet.Outlet<swim.structure.Value> outlet​(String key)  
      swim.streamlet.Outlet<swim.structure.Value> outlet​(swim.structure.Value key)  
      • Methods inherited from interface swim.streamlet.MapOutlet

        containsKey, decohereInputKey, filter, get, keyIterator, map, memoize, recohereInputKey, reduce, watch
      • Methods inherited from interface swim.streamlet.Outlet

        bindOutput, decohereInput, disconnectInputs, disconnectOutputs, get, map, outputIterator, recohereInput, unbindOutput, unbindOutputs, watch
      • Methods inherited from interface swim.streamlet.StreamletScope

        streamletContext, streamletScope
    • Method Detail

      • outlet

        swim.streamlet.Outlet<swim.structure.Value> outlet​(swim.structure.Value key)
        Specified by:
        outlet in interface swim.streamlet.MapOutlet<swim.structure.Value,​swim.structure.Value,​swim.structure.Record>
      • outlet

        swim.streamlet.Outlet<swim.structure.Value> outlet​(String key)
        Specified by:
        outlet in interface swim.streamlet.StreamletScope<swim.structure.Value>