Join Slack
Communities
Powered by
To fix it you have to do `listOfEithers.fold(Right...
# arrow
s
simon.vergauwen
10/21/2018, 3:00 PM
To fix it you have to do
listOfEithers.fold(Right("test") as Either<...>) { acc, i -> ... }
Open in Slack
Previous
Next