Join Slack
Powered by
<@U0DHVHB5W> looks interesting, but I've made `isL...
# codingconventions
m
miha-x64
03/19/2017, 10:14 AM
@aballano
looks interesting, but I've made
isLeft
and
isRight
properties:
Copy code
if (myEither.isLeft) { ... } else { }
So, it takes two classes (Either and its Companion) instead of four (sealed class Either, its Companion, Left, and Right).
4
Views
Open in Slack
Previous
Next