Extra

dev.tauri.choam.data.Map$.Extra
trait Extra[K, V] extends Map[K, V]

Attributes

Graph
Supertypes
trait Map[K, V]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def clear: Axn[Unit]
def values(implicit V: Order[V]): Axn[Vector[V]]

Inherited methods

def del: Rxn[K, Boolean]

Attributes

Inherited from:
Map
def get: Rxn[K, Option[V]]

Attributes

Inherited from:
Map
def put: Rxn[(K, V), Option[V]]

Attributes

Inherited from:
Map
def putIfAbsent: Rxn[(K, V), Option[V]]

Attributes

Inherited from:
Map
def refLike(key: K, default: V): RefLike[V]

Attributes

Inherited from:
Map
def remove: Rxn[(K, V), Boolean]

Attributes

Inherited from:
Map
def replace: Rxn[(K, V, V), Boolean]

Attributes

Inherited from:
Map
def toCats[F[_]](default: V)(implicit F: Reactive[F]): MapRef[F, K, V]

Attributes

Inherited from:
Map