EitherTOps

final
class EitherTOps[V](val self: V) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def eitherT[F[_] : Applicative, A, B](implicit evidence$1: Applicative[F], ev: V === A \/ B): EitherT[F, A, B]
def leftT[F[_] : Applicative, B]: EitherT[F, V, B]
def rightT[F[_] : Applicative, A]: EitherT[F, A, V]

Concrete fields

val self: V