final case class K2Map[K[_, _], V[_, _]](map: Map[K[Nothing, Nothing], V[Nothing, Nothing]]) extends AnyVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- K2Map
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new K2Map(map: Map[K[Nothing, Nothing], V[Nothing, Nothing]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def -[A, B](k: K[A, B]): K2Map[K, V]
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply[A, B](k: K[A, B]): V[A, B]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def get[A, B](k: K[A, B]): Option[V[A, B]]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getOrElse[A, B](k: K[A, B])(default: => V[A, B]): V[A, B]
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val map: Map[K[Nothing, Nothing], V[Nothing, Nothing]]
- def nonEmpty: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def put[A, B](k: K[A, B])(v: V[A, B]): K2Map[K, V]
- def size: Int
- def tail: K2Map[K, V]
- def updated[A, B](k: K[A, B])(v: V[A, B])(combineIfPresent: (V[A, B], V[A, B]) => V[A, B]): K2Map[K, V]