Packages

object LiftIO

Source
LiftIO.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LiftIO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[F[_]](implicit F: LiftIO[F]): F.type
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit def catsContTLiftIO[F[_], R](implicit F: LiftIO[F], FF: FlatMap[F]): LiftIO[[γ$14$]ContT[F, R, γ$14$]]

    LiftIO instance built for cats.data.ContT values initialized with any F data type that also implements LiftIO.

  7. implicit def catsEffectLiftIOForResource[F[_]](implicit F00: LiftIO[F], F10: Applicative[F]): LiftIO[[β$16$]kernel.Resource[F, β$16$]]

    LiftIO instance for Resource values.

  8. implicit def catsEitherTLiftIO[F[_], L](implicit F: LiftIO[F], FF: Functor[F]): LiftIO[[γ$0$]EitherT[F, L, γ$0$]]

    LiftIO instance built for cats.data.EitherT values initialized with any F data type that also implements LiftIO.

  9. implicit def catsIorTLiftIO[F[_], L](implicit F: LiftIO[F], FA: Applicative[F]): LiftIO[[γ$10$]IorT[F, L, γ$10$]]

    LiftIO instance built for cats.data.IorT values initialized with any F data type that also implements LiftIO.

  10. implicit def catsKleisliLiftIO[F[_], R](implicit F: LiftIO[F]): LiftIO[[γ$2$]Kleisli[F, R, γ$2$]]

    LiftIO instance built for cats.data.Kleisli values initialized with any F data type that also implements LiftIO.

  11. implicit def catsOptionTLiftIO[F[_]](implicit F: LiftIO[F], FF: Functor[F]): LiftIO[[β$4$]OptionT[F, β$4$]]

    LiftIO instance built for cats.data.OptionT values initialized with any F data type that also implements LiftIO.

  12. implicit def catsReaderWriterStateTLiftIO[F[_], E, L, S](implicit F: LiftIO[F], FA: Applicative[F], L: kernel.Monoid[L]): LiftIO[[ε$12$]IndexedReaderWriterStateT[F, E, L, S, S, ε$12$]]

    LiftIO instance built for cats.data.ReaderWriterStateT values initialized with any F data type that also implements LiftIO.

  13. implicit def catsStateTLiftIO[F[_], S](implicit F: LiftIO[F], FA: Applicative[F]): LiftIO[[γ$6$]IndexedStateT[F, S, S, γ$6$]]

    LiftIO instance built for cats.data.StateT values initialized with any F data type that also implements LiftIO.

  14. implicit def catsWriterTLiftIO[F[_], L](implicit F: LiftIO[F], FA: Applicative[F], L: kernel.Monoid[L]): LiftIO[[γ$8$]WriterT[F, L, γ$8$]]

    LiftIO instance built for cats.data.WriterT values initialized with any F data type that also implements LiftIO.

  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. implicit val ioLiftIO: LiftIO[IO]

    LiftIO instance for IO values.

  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def liftK[F[_]](implicit F: LiftIO[F]): ~>[IO, F]

    LiftIO.liftIO as a natural transformation

  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped