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

Members list

Concise view

Value members

Concrete methods

def apply[F[_]]: ApplyPartiallyApplied[F]

Builds a new AtomicCell

Builds a new AtomicCell

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

Attributes

Source:
AtomicCell.scala