Use `handle` / `flatMapIterable` instead of `flatMap` / `flatMapMany` when possible.
Use
handle/flatMapIterableinstead offlatMap/flatMapManywhen possible.