AtomicCell

object AtomicCell
Companion:
class
Source:
AtomicCell.scala
class Object
trait Matchable
class Any

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]
Source:
AtomicCell.scala