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