object LiftIO extends Serializable
- Source
- LiftIO.scala
- Alphabetic
- By Inheritance
- LiftIO
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[F[_]](implicit instance: LiftIO[F]): LiftIO[F]
Summon an instance of LiftIO for
F
.Summon an instance of LiftIO for
F
.- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def catsEitherTLiftIO[F[_], L](implicit arg0: LiftIO[F], arg1: Functor[F]): LiftIO[[γ$0$]EitherT[F, L, γ$0$]]
LiftIO instance built for
cats.data.EitherT
values initialized with anyF
data type that also implementsLiftIO
. - implicit def catsIorTLiftIO[F[_], L](implicit arg0: LiftIO[F], arg1: Applicative[F]): LiftIO[[γ$5$]IorT[F, L, γ$5$]]
LiftIO instance built for
cats.data.IorT
values initialized with anyF
data type that also implementsLiftIO
. - implicit def catsKleisliLiftIO[F[_], R](implicit arg0: LiftIO[F]): LiftIO[[γ$1$]Kleisli[F, R, γ$1$]]
LiftIO instance built for
cats.data.Kleisli
values initialized with anyF
data type that also implementsLiftIO
. - implicit def catsOptionTLiftIO[F[_]](implicit arg0: LiftIO[F], arg1: Functor[F]): LiftIO[[β$2$]OptionT[F, β$2$]]
LiftIO instance built for
cats.data.OptionT
values initialized with anyF
data type that also implementsLiftIO
. - implicit def catsReaderWriterStateTLiftIO[F[_], E, L, S](implicit arg0: LiftIO[F], arg1: Applicative[F], arg2: Monoid[L]): LiftIO[[ε$6$]IndexedReaderWriterStateT[F, E, L, S, S, ε$6$]]
LiftIO instance built for
cats.data.ReaderWriterStateT
values initialized with anyF
data type that also implementsLiftIO
. - implicit def catsStateTLiftIO[F[_], S](implicit arg0: LiftIO[F], arg1: Applicative[F]): LiftIO[[γ$3$]IndexedStateT[F, S, S, γ$3$]]
LiftIO instance built for
cats.data.StateT
values initialized with anyF
data type that also implementsLiftIO
. - implicit def catsWriterTLiftIO[F[_], L](implicit arg0: LiftIO[F], arg1: Applicative[F], arg2: Monoid[L]): LiftIO[[γ$4$]WriterT[F, L, γ$4$]]
LiftIO instance built for
cats.data.WriterT
values initialized with anyF
data type that also implementsLiftIO
. - def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def liftK[F[_]](implicit arg0: LiftIO[F]): ~>[IO, F]
LiftIO.liftIO as a natural transformation.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object nonInheritedOps extends ToLiftIOOps
- object ops
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
This is the API documentation for the cats-effect library.
See the cats.effect package for a quick overview.
Links
Canonical documentation links:
Related Cats links (the core):