`flatTap(f)` is an alias for `flatMap { x -> f(...
# functional
p
flatTap(f)
is an alias for
flatMap { x -> f().map { x } }