object Bracket extends Serializable
- Source
- Bracket.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Bracket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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[_], E](implicit ev: Bracket[F, E]): Bracket[F, E]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def catsEitherTBracketFromSync[F[_], L](implicit arg0: Sync[F]): BracketThrow[[γ$1$]EitherT[F, L, γ$1$]]
- implicit def catsIorTBracketFromSync[F[_], L](implicit arg0: Sync[F], arg1: Semigroup[L]): BracketThrow[[γ$5$]IorT[F, L, γ$5$]]
- implicit def catsKleisliBracket[F[_], R, E](implicit ev: Bracket[F, E]): Bracket[[γ$0$]Kleisli[F, R, γ$0$], E]
Bracket instance built for
cats.data.Kleisli
values initialized with anyF
data type that also implementsBracket
. - implicit def catsOptionTBracketFromSync[F[_]](implicit arg0: Sync[F]): BracketThrow[[β$2$]OptionT[F, β$2$]]
- implicit def catsReaderWriterStateTBracketFromSync[F[_], E, L, S](implicit arg0: Sync[F], arg1: Monoid[L]): BracketThrow[[ε$6$]IndexedReaderWriterStateT[F, E, L, S, S, ε$6$]]
- implicit def catsStateTBracketFromSync[F[_], S](implicit arg0: Sync[F]): BracketThrow[[γ$3$]IndexedStateT[F, S, S, γ$3$]]
- implicit def catsWriterTBracketFromSync[F[_], L](implicit arg0: Sync[F], arg1: Monoid[L]): BracketThrow[[γ$4$]WriterT[F, L, γ$4$]]
- 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()
- 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])
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):