final class ApplyPartiallyApplied[F[_]] extends AnyVal
- Source
- AtomicCell.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplyPartiallyApplied
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def empty[A](implicit M: Monoid[A], F: kernel.Concurrent[F]): F[AtomicCell[F, A]]
Initializes the
AtomicCell
using the default empty value of the provided type. - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def of[A](init: A)(implicit F: kernel.Concurrent[F]): F[AtomicCell[F, A]]
Initializes the
AtomicCell
using the provided value. - def toString(): String
- Definition Classes
- Any