final class EitherTOps[V] extends AnyVal
- Source
- EitherTOps.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EitherTOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EitherTOps(self: V)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def eitherT[F[_], A, B](implicit arg0: Applicative[F], ev: ===[V, \/[A, B]]): EitherT[F, A, B]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def leftT[F[_], B](implicit arg0: Applicative[F]): EitherT[F, V, B]
- def rightT[F[_], A](implicit arg0: Applicative[F]): EitherT[F, A, V]
- val self: V
- def toString(): String
- Definition Classes
- Any