Ops
object Ops
Type members
Classlikes
final implicit class EitherMap2[Ex <: Throwable, ExA <: Ex, ExB <: Ex, A, B](eithers: (Either[ExA, A], Either[ExB, B])) extends AnyVal
final implicit class EitherMap3[Ex <: Throwable, ExA <: Ex, ExB <: Ex, ExC <: Ex, A, B, C](eithers: (Either[ExA, A], Either[ExB, B], Either[ExC, C])) extends AnyVal
Implicits
Implicits
final implicit def EitherMap2[Ex <: Throwable, ExA <: Ex, ExB <: Ex, A, B](eithers: (Either[ExA, A], Either[ExB, B])): EitherMap2[Ex, ExA, ExB, A, B]
final implicit def EitherMap3[Ex <: Throwable, ExA <: Ex, ExB <: Ex, ExC <: Ex, A, B, C](eithers: (Either[ExA, A], Either[ExB, B], Either[ExC, C])): EitherMap3[Ex, ExA, ExB, ExC, A, B, C]