btw, `flatMap` is nothing else than `map().flatten...
# getting-started
b
btw,
flatMap
is nothing else than
map().flatten()
in other languages (I'm curios why there is no flatten in kotlin)