CoevalLift

object CoevalLift
Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

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

Deprecated method, which happened on extending FunctionK.

Deprecated method, which happened on extending FunctionK.

Value members

Concrete methods

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

Returns the available CoevalLift instance for F.

Returns the available CoevalLift instance for F.

Implicits

Implicits

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

Deprecated method, which happened on extending FunctionK.

Deprecated method, which happened on extending FunctionK.

implicit val toCoeval: CoevalLift[Coeval]

Instance for converting to Coeval, being the identity function.

Instance for converting to Coeval, being the identity function.

implicit val toEval: CoevalLift[Eval]

Instance for converting to cats.Eval.

Instance for converting to cats.Eval.

implicit val toTask: CoevalLift[Task]

Instance for converting to Task.

Instance for converting to Task.

Inherited implicits

implicit def toSync[F[_]](implicit F: Sync[F]): CoevalLift[F]

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

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

Inherited from:
CoevalLiftImplicits0