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