AtomicCell

cats.effect.std.AtomicCell
See theAtomicCell companion class
object AtomicCell

Attributes

Companion
class
Source
AtomicCell.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
AtomicCell.type

Members list

Type members

Classlikes

final class ApplyPartiallyApplied[F[_]](dummy: Boolean) extends AnyVal

Attributes

Source
AtomicCell.scala
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

Builds a new AtomicCell

Builds a new AtomicCell

AtomicCell[IO].of(10)
AtomicCell[IO].empty[Int]

Attributes

Source
AtomicCell.scala