Map

dev.tauri.choam.data.Map
See theMap companion trait
object Map

Attributes

Companion
trait
Source
Map.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Map.type

Members list

Type members

Classlikes

sealed trait Extra[K, V] extends Map[K, V]

Attributes

Source
Map.scala
Supertypes
trait Map[K, V]
class Object
trait Matchable
class Any

Value members

Concrete methods

final override def simpleHashMap[K : Hash, V]: Axn[Extra[K, V]]

Attributes

Definition Classes
AbstractMapPlatform
Source
Map.scala
final override def simpleOrderedMap[K : Order, V]: Axn[Extra[K, V]]

Attributes

Definition Classes
AbstractMapPlatform
Source
Map.scala

Inherited methods

final override def hashMap[K : Hash, V]: Axn[Map[K, V]]

Attributes

Definition Classes
MapPlatform -> AbstractMapPlatform
Inherited from:
MapPlatform (hidden)
Source
MapPlatform.scala
final override def orderedMap[K : Order, V]: Axn[Map[K, V]]

Attributes

Definition Classes
MapPlatform -> AbstractMapPlatform
Inherited from:
MapPlatform (hidden)
Source
MapPlatform.scala