AllSyntax

class Object
trait Matchable
class Any
object all.type

Extensions

Inherited extensions

extension [A](a: A)
inline def leftTF[F[_] : Applicative, B]: EitherT[F, A, B]
Inherited from:
EitherSyntax
inline def rightTF[F[_] : Applicative, B]: EitherT[F, B, A]
Inherited from:
EitherSyntax
extension [A](a: A)
inline def someTF[F[_] : Applicative]: OptionT[F, A]
Inherited from:
OptionSyntax
extension [A, B](either: Either[A, B])
inline def eitherT[F[_] : Applicative]: EitherT[F, A, B]
Inherited from:
EitherSyntax
inline def t[F[_] : Applicative]: EitherT[F, A, B]
Inherited from:
EitherSyntax
extension [F[_], A, B](fOfEither: F[Either[A, B]])
inline def eitherT: EitherT[F, A, B]
Inherited from:
EitherSyntax
inline def t: EitherT[F, A, B]
Inherited from:
EitherSyntax
extension [F[_], A](fOfOption: F[Option[A]])
inline def optionT: OptionT[F, A]
Inherited from:
OptionSyntax
inline def t: OptionT[F, A]
Inherited from:
OptionSyntax
extension [F[_], A](fa: F[A])
inline def someT(using F: Functor[F]): OptionT[F, A]
Inherited from:
OptionSyntax
extension [F[_], A](fa: F[A])
inline def leftT[B](using F: Functor[F]): EitherT[F, A, B]
Inherited from:
EitherSyntax
inline def rightT[B](using F: Functor[F]): EitherT[F, B, A]
Inherited from:
EitherSyntax
extension [A](option: Option[A])
inline def optionT[F[_] : Applicative]: OptionT[F, A]
Inherited from:
OptionSyntax
inline def t[F[_] : Applicative]: OptionT[F, A]
Inherited from:
OptionSyntax