Package swim.dataflow

Interface RecordOutlet

All Superinterfaces:
MapOutlet<Value,Value,Record>, Outlet<Record>, StreamletScope<Value>
All Known Implementing Classes:
AbstractRecordOutlet, DownlinkRecord, ListDownlinkRecord, MapDownlinkRecord, RecordModel, RecordScope, ValueDownlinkRecord

public interface RecordOutlet extends Outlet<Record>, MapOutlet<Value,Value,Record>, StreamletScope<Value>