- 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
Methods inherited from interface swim.streamlet.MapOutlet
containsKey, decohereInputKey, filter, get, keyIterator, map, memoize, recohereInputKey, reduce, watchMethods inherited from interface swim.streamlet.Outlet
bindOutput, decohereInput, disconnectInputs, disconnectOutputs, get, map, outputIterator, recohereInput, unbindOutput, unbindOutputs, watchMethods inherited from interface swim.streamlet.StreamletScope
streamletContext, streamletScope
-
Method Details
-
outlet
swim.streamlet.Outlet<swim.structure.Value> outlet(swim.structure.Value key) - Specified by:
outletin interfaceswim.streamlet.MapOutlet<swim.structure.Value,swim.structure.Value, swim.structure.Record>
-
outlet
- Specified by:
outletin interfaceswim.streamlet.StreamletScope<swim.structure.Value>
-