Map2

class Map2[K <: AnyRef, +V >: Null <: AnyRef](k1: K, v1: V, k2: K, v2: V) extends SimpleIdentityMap[K, V]
trait K => V
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(k: K): V
def forallBinding(f: (K, V) => Boolean): Boolean
def foreachBinding(f: (K, V) => Unit): Unit
def mapValuesNow[V1 >: V <: AnyRef](f: (K, V1) => V1): SimpleIdentityMap[K, V1]
def size: Int
def updated[V1 >: V <: AnyRef](k: K, v: V1): SimpleIdentityMap[K, V1]

Inherited methods

def andThen[A](g: V => A): K => A
Inherited from
Function1
def compose[A](g: A => K): A => V
Inherited from
Function1
def contains(k: K): Boolean
Inherited from
SimpleIdentityMap
def keys: List[K]
Inherited from
SimpleIdentityMap
def map2[T](f: (K, V) => T): List[T]
Inherited from
SimpleIdentityMap
def toList: List[(K, V)]
Inherited from
SimpleIdentityMap
override def toString: String
Definition Classes
Inherited from
SimpleIdentityMap