Join Slack
Powered by
Sharing some learnings: After playing with the sol...
# arrow
s
Shalom Halbert
03/11/2022, 3:02 PM
Sharing some learnings: After playing with the solutions that
@simon.vergauwen
and
@Tiberiu Tofan
gave, I realized that replacing
if
/`else` doesn’t make sense since every one of my use cases has lambdas returning
Unit
. If they didn’t return
Unit
,
Either.conditionally()
should be a good fit.
Open in Slack
Previous
Next