ApplyBuilders

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

Value members

Concrete methods

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

Concrete fields

val mk: Make[F]