RefSource

trait RefSource[F[_], A]
Companion
object
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.