package impl
Type Members
- trait ApplicativeDelegate[F[_]] extends Applicative[F] with ApplyDelegate[F]
- trait ApplyDelegate[F[_]] extends Apply[F] with FunctorDelegate[F]
- trait FunctorDelegate[F[_]] extends Functor[F]
- class SelectiveEitherT[F[_], L] extends Selective[[γ$1$]EitherT[F, L, γ$1$]]
- class SelectiveOptionT[F[_]] extends Selective[[β$0$]OptionT[F, β$0$]]
- class SelectiveOverMonad[F[_]] extends Selective[F] with ApplicativeDelegate[F]
- class SelectiveReaderT[F[_], R] extends Selective[[γ$2$]Kleisli[F, R, γ$2$]] with ApplicativeDelegate[[γ$3$]Kleisli[F, R, γ$3$]]
-
trait
SelectiveWithMap[F[_]] extends Selective[F]
Implement
apmethod viaselectApandmap - class SelectiveWriterT[F[_], W] extends Selective[[γ$5$]WriterT[F, W, γ$5$]] with ApplicativeDelegate[[γ$6$]WriterT[F, W, γ$6$]]