RefSource

trait RefSource[F[_], A] extends Serializable
Companion:
object
Source:
Ref.scala
trait Serializable
class Object
trait Matchable
class Any
class Ref[F, A]

Value members

Abstract methods

def get: F[A]

Obtains the current value.

Obtains the current value.

Since Ref is always guaranteed to have a value, the returned action completes immediately after being bound.

Source:
Ref.scala