-
- All Known Implementing Classes:
AbstractRecordOutlet,DownlinkRecord,ListDownlinkRecord,MapDownlinkRecord,RecordModel,RecordScope,ValueDownlinkRecord
public interface RecordOutlet extends Outlet<Record>, MapOutlet<Value,Value,Record>, StreamletScope<Value>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Outlet<Value>outlet(String key)Returns anOutletthat updates when the specifiedkeyupdates.Outlet<Value>outlet(Value key)Returns anOutletthat updates when the specifiedkeyupdates.-
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
Outlet<Value> outlet(Value key)
Description copied from interface:MapOutletReturns anOutletthat updates when the specifiedkeyupdates.
-
outlet
Outlet<Value> outlet(String key)
Description copied from interface:StreamletScopeReturns anOutletthat updates when the specifiedkeyupdates.- Specified by:
outletin interfaceStreamletScope<Value>
-
-