Add more reactive inspired functionality on Stream (and maybe Iterable) #30536
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
core-2
library-async
type-enhancement
A request for a change that isn't a bug
Currently the simplest way to perform custom transformations of streams is to use the
transform
method.This is long and awkward compared to having the methods on the stream itself:
We should add more Rx inspired operations.
The text was updated successfully, but these errors were encountered: