ApplyBuilders

final class ApplyBuilders[F[_]](val mk: Make[F]) extends AnyVal
Source:
Ref.scala
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def empty[A : Monoid]: F[Ref[F, A]]

Creates a thread-safe, concurrent mutable reference initialized to the empty value.

Creates a thread-safe, concurrent mutable reference initialized to the empty value.

See also:
Source:
Ref.scala
def of[A](a: A): F[Ref[F, A]]

Creates a thread-safe, concurrent mutable reference initialized to the supplied value.

Creates a thread-safe, concurrent mutable reference initialized to the supplied value.

See also:
Source:
Ref.scala

Concrete fields

val mk: Make[F]
Source:
Ref.scala