Flow Marbles: Interactive diagram of Kotlin Flow
Docs provided by Kotlin docs(original)
kotlinx.coroutines version is 1.6.0
kotlin version is 1.6.10
context
conflate
delay
debounce
sample
distinct
distinctUntilChanged
emitters
transform
onStart
onCompletion
onEmpty
limit
drop
dropWhile
take
takeWhile
merge
flatMapConcat
flatMapMerge
flatMapLatest
transformLatest
mapLatest
filter
filterNot
filterIsInstance
filterNotNull
map
mapNotNull
withIndex
onEach
scan
runningReduce
runningFold
zip
combine
combineTransform