No, I’d say both `map` and `flatMap` behave like `...
# arrow
s
No, I’d say both
map
and
flatMap
behave like
?.
in the sense that they short-circuit in case the receiver is
None
or
null
.