sbt
DelegatingPMap
class
DelegatingPMap[K[_], V[_]] extends AbstractRMap[K, V] with PMap[K, V]
Instance Constructors
-
new
DelegatingPMap(backing: Map[K[_], V[_]])
Type Members
-
final
case class
TPair[T](key: K[T], value: V[T]) extends Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
apply[T](k: K[T]): V[T]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
contains[T](k: K[T]): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
fn[T]: (K[T]) ⇒ V[T]
-
def
get[T](k: K[T]): Option[V[T]]
-
final
def
getClass(): java.lang.Class[_]
-
def
getOrUpdate[T](k: K[T], make: ⇒ V[T]): V[T]
-
def
hashCode(): Int
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
keys: Iterable[K[_]]
-
def
mapValue[T](k: K[T], init: V[T], f: (V[T]) ⇒ V[T]): V[T]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
remove[T](k: K[T]): Option[V[T]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toSeq: Seq[(K[_], V[_])]
-
def
toString(): String
-
def
toTypedSeq: Seq[DelegatingPMap.this.TPair[_]]
-
def
update[T](k: K[T], v: V[T]): Unit
-
def
values: Iterable[V[_]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
∙[C, D](g: (C) ⇒ D)(implicit ev: <:<[D, K[D]]): (C) ⇒ V[D]
-
final
def
∙[C[_]](g: ~>[C, K]): ~>[C, V]
Inherited from PMap[K, V]
Inherited from RMap[K, V]
Inherited from AnyRef
Inherited from Any
Only suitable for K that is invariant in its type parameter. Option and List keys are not suitable, for example, because None <:< Option[String] and None <: Option[Int].