object Sync extends Serializable
- Source
- Sync.scala
- Alphabetic
- By Inheritance
- Sync
- 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: Sync[F]): Sync[F]
Summon an instance of Sync for
F
.Summon an instance of Sync for
F
.- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def catsEitherTSync[F[_], L](implicit arg0: Sync[F]): Sync[[γ$0$]EitherT[F, L, γ$0$]]
Sync instance built for
cats.data.EitherT
values initialized with anyF
data type that also implementsSync
. - implicit def catsIorTSync[F[_], L](implicit arg0: Sync[F], arg1: Semigroup[L]): Sync[[γ$5$]IorT[F, L, γ$5$]]
Sync instance built for
cats.data.IorT
values initialized with anyF
data type that also implementsSync
. - implicit def catsKleisliSync[F[_], R](implicit arg0: Sync[F]): Sync[[γ$4$]Kleisli[F, R, γ$4$]]
Sync instance built for
cats.data.Kleisli
values initialized with anyF
data type that also implementsSync
. - implicit def catsOptionTSync[F[_]](implicit arg0: Sync[F]): Sync[[β$1$]OptionT[F, β$1$]]
Sync instance built for
cats.data.OptionT
values initialized with anyF
data type that also implementsSync
. - implicit def catsReaderWriteStateTSync[F[_], E, L, S](implicit arg0: Sync[F], arg1: Monoid[L]): Sync[[ε$6$]IndexedReaderWriterStateT[F, E, L, S, S, ε$6$]]
Sync instance built for
cats.data.ReaderWriterStateT
values initialized with anyF
data type that also implementsSync
. - implicit def catsStateTSync[F[_], S](implicit arg0: Sync[F]): Sync[[γ$2$]IndexedStateT[F, S, S, γ$2$]]
Sync instance built for
cats.data.StateT
values initialized with anyF
data type that also implementsSync
. - implicit def catsWriterTSync[F[_], L](implicit arg0: Sync[F], arg1: Monoid[L]): Sync[[γ$3$]WriterT[F, L, γ$3$]]
Sync instance built for
cats.data.WriterT
values initialized with anyF
data type that also implementsSync
. - 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 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 ToSyncOps
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):