map2
Map over two results.
Accepts two results and transform their successes into a result.
Return
the result of applying transform
to the success values of left
and right
. If left
is a Failure return that failure. Otherwise if right
is a Failure return that failure.
See also
Parameters