Slide 19
Slide 19 text
● Asynchronously computed cold reactive streams
● Can be built through specific builders
○ flow { }, flowOf(), .asFlow(), etc
● Intermediate operators
○ map, filter, zip, flatMapMerge, etc
● Terminal operators:
○ collect, toList, toSet, launchIn, etc