Make

@implicitNotFound("Cannot find an instance for Ref.Make. Add implicit evidence of Concurrent[${F}, _] or Sync[${F}] to scope to automatically derive one.") trait Make[F[_]]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def refOf[A](a: A): F[Ref[F, A]]