final case class KMapB[K[_ <: UB], V[_ <: UB], UB](map: Map[K[_ <: UB], V[_ <: UB]]) extends AnyVal with Product with Serializable

KMap with an upper bound on the type parameter accepted by K[_], V[_].

Linear Supertypes
Serializable, Product, Equals, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KMapB
  2. Serializable
  3. Product
  4. Equals
  5. AnyVal
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new KMapB(map: Map[K[_ <: UB], V[_ <: UB]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def -(k: K[_ <: UB]): KMapB[K, V, UB]
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  5. def apply[A <: UB](k: K[A]): V[A]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def get[A <: UB](k: K[A]): Option[V[A]]
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. def getOrElse[A <: UB](k: K[A])(default: => V[A]): V[A]
  10. def head: (K[A], V[A]) forSome {type A <: UB}
  11. def isEmpty: Boolean
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val map: Map[K[_ <: UB], V[_ <: UB]]
  14. def nonEmpty: Boolean
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. def put[A <: UB](k: K[A])(v: V[A]): KMapB[K, V, UB]
  17. def size: Int
  18. def tail: KMapB[K, V, UB]
  19. def updated[A <: UB](k: K[A])(v: V[A])(combineIfPresent: (V[A], V[A]) => V[A]): KMapB[K, V, UB]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Ungrouped