CLOVIS
Flow.flatMapMerge
val f: Flow<CustomObject> = ... f.flatMapMerge { it.customFlow() }
f.flatMapMerge { try { it.customFlow() } catch(e: Throwable) { println("Caught") emptyFlow()
}
.catch
.flatMapMerge
Zach Klippenstein (he/him) [MOD]
A modern programming language that makes developers happier.