Packages

object CoevalLift extends CoevalLiftImplicits0 with Serializable

Source
CoevalLift.scala
Linear Supertypes
Serializable, CoevalLiftImplicits0, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoevalLift
  2. Serializable
  3. CoevalLiftImplicits0
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class Deprecated[F[_]] extends AnyRef

    Deprecated method, which happened on extending FunctionK.

Value Members

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

    Returns the available CoevalLift instance for F.

  2. implicit val toCoeval: CoevalLift[Coeval]

    Instance for converting to Coeval, being the identity function.

  3. implicit val toEval: CoevalLift[Eval]

    Instance for converting to cats.Eval.

  4. 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.

    Definition Classes
    CoevalLiftImplicits0
  5. implicit val toTask: CoevalLift[Task]

    Instance for converting to Task.