object TaskLift
- Companion:
- class
Type members
Classlikes
Deprecated method, which happened on extending FunctionK.
Deprecated method, which happened on extending FunctionK.
Value members
Implicits
Implicits
Deprecated method, which happened on extending FunctionK.
Deprecated method, which happened on extending FunctionK.
Inherited implicits
Instance for converting to any type implementing cats.effect.Async.
Instance for converting to any type implementing cats.effect.Async.
- Inherited from:
- TaskLiftImplicits2
Instance for converting to any type implementing cats.effect.Async.
Instance for converting to any type implementing cats.effect.Async.
- Inherited from:
- TaskLiftImplicits1
implicit def toConcurrent[F[_]](implicit F: Concurrent[F], eff: ConcurrentEffect[Task]): TaskLift[F]
Instance for converting to any type implementing cats.effect.Concurrent.
Instance for converting to any type implementing cats.effect.Concurrent.
- Inherited from:
- TaskLiftImplicits0