Treatment entry
std/data/map::entry
Generics
◻ T (any)
Parameters
↳ var key: string
Inputs
⇥ value: Stream<T>
Outputs
↦ map: Stream<Map> (std/data/map::Map)
For every value received on the stream, produce a single-entry Map with key → value and emit it on map.