TaskLift

object TaskLift
Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

implicit class Deprecated[F[_]](val inst: TaskLift[F])

Deprecated method, which happened on extending FunctionK.

Deprecated method, which happened on extending FunctionK.

Value members

Concrete methods

def apply[F[_]](implicit F: TaskLift[F]): TaskLift[F]

Returns the available TaskLift instance for F.

Returns the available TaskLift instance for F.

Implicits

Implicits

final implicit def Deprecated[F[_]](inst: TaskLift[F]): Deprecated[F]

Deprecated method, which happened on extending FunctionK.

Deprecated method, which happened on extending FunctionK.

implicit def toIO(implicit eff: ConcurrentEffect[Task]): TaskLift[IO]

Instance for converting to cats.effect.IO.

Instance for converting to cats.effect.IO.

implicit val toTask: TaskLift[Task]

Instance for converting to Task, being the identity function.

Instance for converting to Task, being the identity function.

Inherited implicits

implicit def toAnyLiftIO[F[_]](implicit F: LiftIO[F], eff: ConcurrentEffect[Task]): TaskLift[F]

Instance for converting to any type implementing cats.effect.Async.

Instance for converting to any type implementing cats.effect.Async.

Inherited from:
TaskLiftImplicits2
implicit def toAsync[F[_]](implicit F: Async[F], eff: Effect[Task]): TaskLift[F]

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