dgouyette opened this issue 7 years ago · 0 comments
Example :
val sum = (optionalInt1,optionalInt2).mapN((l, r) => l+r)
Maybe we could do something for Either, Validation, UnionType...