Join Slack
Powered by
There difference with `?.let` is that `map` and `f...
# arrow
s
simon.vergauwen
02/20/2020, 5:10 PM
There difference with
?.let
is that
map
and
flatMap
are more fine-grained since
map
requires a non-null return value where with
?.let
you can always return a nullable type.
5
Views
Open in Slack
Previous
Next