You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are io.vavr.Api.ForXXX for Option, Try, List but there is not For for Either.
Also as for now I see that there is only "eager evaluation" (for example for Option) - all the arguments get executed, it's useless as we don't want to call the second function if the first fails.
achinaou, Vyacheslav-Lapin, pivovarit and PiotrKucharski-TomTom