There's no need for `flatMapNotNull`, you can use ...
# getting-started
i
There's no need for
flatMapNotNull
, you can use
flatMap
instead, since it can return an empty list when some condition is not met.