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

    Modifier and Type
    Method
    Description
    swim.streamlet.Outlet<swim.structure.Value>
     
    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 Details

    • 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>