Join Slack
Powered by
Hello. Is there a reason to not have an `Either.if...
# arrow
d
dephinera
10/24/2020, 6:55 PM
Hello. Is there a reason to not have an
Either.ifRight { rightValue -> ... }
extension? Is this an antipattern?
m
Marius Kotsbak
10/26/2020, 1:44 PM
Why not just use value.map()?
2
Views
Open in Slack
Previous
Next