final
class
EitherTOps[V] extends AnyVal
Instance Constructors
-
new
EitherTOps(self: V)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
eitherT[F[_], A, B](implicit arg0: Applicative[F], ev: ===[V, \/[A, B]]): EitherT[F, A, B]
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
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