object Effect extends Serializable
- Source
- Effect.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Effect
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait AllOps[F[_], A] extends Ops[F, A] with Async.AllOps[F, A]
- trait Ops[F[_], A] extends AnyRef
- trait ToEffectOps extends AnyRef
- class ops$ extends AnyRef
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: Effect[F]): Effect[F]
Summon an instance of Effect for
F
.Summon an instance of Effect for
F
.- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def catsEitherTEffect[F[_]](implicit arg0: Effect[F]): Effect[[γ$0$]EitherT[F, Throwable, γ$0$]]
Effect instance built for
cats.data.EitherT
values initialized with anyF
data type that also implementsEffect
. - implicit def catsWriterTEffect[F[_], L](implicit arg0: Effect[F], arg1: Monoid[L]): Effect[[γ$1$]WriterT[F, L, γ$1$]]
Effect instance built for
cats.data.WriterT
values initialized with anyF
data type that also implementsEffect
. - 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
- 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()
- val ops: ops$
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toIOFromRunAsync[F[_], A](f: F[A])(implicit F: Effect[F]): IO[A]
Effect.toIO default implementation, derived from Effect.runAsync.
- def toIOK[F[_]](implicit F: Effect[F]): ~>[F, IO]
Effect.toIO as a natural transformation.
- 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 ToEffectOps
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):