AllSyntax

trait AllSyntax extends OptionSyntax with EitherSyntax
class Object
trait Matchable
class Any
object all

Extensions

Inherited extensions

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