Open dvas0004 opened 5 years ago
In a scenario where you're dealing with an object of type Mono<Mono<String>> (or some other similarly nested object), and you'd like to get access to the inner object, switch from using MAP to FLATMAP
Mono<Mono<String>>
MAP
FLATMAP
In a scenario where you're dealing with an object of type
Mono<Mono<String>>
(or some other similarly nested object), and you'd like to get access to the inner object, switch from usingMAP
toFLATMAP