Join Slack
Powered by
instead of `bind()` you could use `orElse { }` or ...
# arrow
p
pakoito
07/04/2018, 10:05 AM
instead of
bind()
you could use
orElse { }
or
getOrElse { }
for quick error recovery
https://github.com/arrow-kt/arrow/blob/master/modules/core/arrow-core/src/main/kotlin/arrow/core/Option.kt#L179-L193
Open in Slack
Previous
Next