Chains eithers where it returns out a Left if one of the composed functions returns left or the Right value if all succeedes.
IAEither<L, B>
Generated using TypeDoc
Chains eithers where it returns out a Left if one of the composed functions returns left or the Right value if all succeedes.
Returns
IAEither<L, B>