SignallingMapRef

fs2.concurrent.SignallingMapRef
See theSignallingMapRef companion object
trait SignallingMapRef[F[_], K, V] extends MapRef[F, K, V]

A MapRef with a SignallingRef for each key.

Attributes

Companion
object
Source
Signal.scala
Graph
Supertypes
trait MapRef[F, K, V]
trait K => Ref[F, V]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

override def apply(k: K): SignallingRef[F, V]

Access the reference for this Key

Access the reference for this Key

Attributes

Definition Classes
Source
Signal.scala

Inherited methods

def andThen[A](g: Ref[F, V] => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => K): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1