Make

cats.effect.kernel.Ref$.Make
See theMake companion object
trait Make[F[_]]

Attributes

Companion:
object
Source:
Ref.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

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

Attributes

Source:
Ref.scala