ApplyPartiallyApplied

cats.effect.std.AtomicCell$.ApplyPartiallyApplied
final class ApplyPartiallyApplied[F[_]](dummy: Boolean) extends AnyVal

Attributes

Source:
AtomicCell.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def empty[A](implicit M: Monoid[A], F: Concurrent[F]): F[AtomicCell[F, A]]

Initializes the AtomicCell using the default empty value of the provided type.

Initializes the AtomicCell using the default empty value of the provided type.

Attributes

Source:
AtomicCell.scala
def of[A](init: A)(implicit F: Concurrent[F]): F[AtomicCell[F, A]]

Initializes the AtomicCell using the provided value.

Initializes the AtomicCell using the provided value.

Attributes

Source:
AtomicCell.scala