final
class
MapOps[Map[_, _], BKC[_], K, A] extends AnyRef
Instance Constructors
-
new
MapOps(self: Map[K, A])(dict: MapSubFunctions { ... /* 2 definitions in type refinement */ })
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
alter(k: K)(f: (Option[A]) ⇒ Option[A])(implicit bk: BKC[K]): Map[K, A]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
final
def
getOrAdd[F[_]](k: K)(fa: ⇒ F[A])(implicit F: Applicative[F], bk: BKC[K]): F[(Map[K, A], A)]
-
def
hashCode(): Int
-
final
def
insertWith(k: K, v: A)(f: (A, A) ⇒ A)(implicit bk: BKC[K]): Map[K, A]
-
final
def
intersectWith[B, C](m: Map[K, B])(f: (A, B) ⇒ C)(implicit bk: BKC[K]): Map[K, C]
-
final
def
intersectWithKey[B, C](m: Map[K, B])(f: (K, A, B) ⇒ C)(implicit bk: BKC[K]): Map[K, C]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
mapKeys[K2](f: (K) ⇒ K2)(implicit arg0: BKC[K2]): Map[K2, A]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
unionWith(m: Map[K, A])(f: (A, A) ⇒ A)(implicit bk: BKC[K]): Map[K, A]
-
final
def
unionWithKey(m: Map[K, A])(f: (K, A, A) ⇒ A)(implicit bk: BKC[K]): Map[K, A]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit