-
- 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
-
-
-
-
Method Detail
-
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
swim.streamlet.Outlet<swim.structure.Value> outlet(String key)
- Specified by:
outletin interfaceswim.streamlet.StreamletScope<swim.structure.Value>
-
-