-
- 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
-
Methods inherited from interface swim.streamlet.MapOutlet
containsKey, filter, get, invalidateInputKey, keyIterator, map, memoize, reconcileInputKey, reduce, watch
-
Methods inherited from interface swim.streamlet.Outlet
bindOutput, disconnectInputs, disconnectOutputs, get, invalidateInput, map, outputIterator, reconcileInput, 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>
-
-