Join Slack
Communities
Powered by
<@U0BRPBCKT> commented on <@U0GT667RD>’s file <htt...
# arrow
u
user
03/03/2018, 9:00 AM
@stepango
commented on
@withoutclass
’s file
https://kotlinlang.slack.com/files/U0GT667RD/F9H9F0GE5/eitherhelpers_kt.kt
:
Copy code
fun <A, B> Either.Left<A, B>.error() fun <A, B> Either.Right<A, B>.result()
IMHO Does not make any sense, you already have
fold()
EitherHelpers_kt.kt
Open in Slack
Previous
Next