This message was deleted.
# community-support
s
This message was deleted.
t
You can use orElse to map/transform an empty provider. Can't tell for zip as I never used it.
v
Should be the same for
zip
. If one of the
zipped
providers is empty, the result will be empty. So if one of them can legally be empty, you should
orElse
it before
zip
ing.