MapWrapper
Default partial implementation for mutable map adapters.
Default partial implementation for mutable map adapters.
trait Map[K, V]
trait MapOps[K, V, [K, V] =>> Map[K, V], Map[K, V]]
trait Shrinkable[K]
trait Builder[(K, V), Map[K, V]]
trait Growable[(K, V)]
trait Clearable
trait Cloneable[Map[K, V]]
trait Cloneable
trait Map[K, V]
trait Equals
trait MapFactoryDefaults[K, V, [K, V] =>> Map[K, V], [A] =>> Iterable[A]]
trait MapOps[K, V, [K, V] =>> Map[K, V], Map[K, V]]
trait PartialFunction[K, V]
trait K => V
trait Iterable[(K, V)]
trait Iterable[(K, V)]
trait IterableFactoryDefaults[(K, V), [A] =>> Iterable[A]]
trait IterableOps[(K, V), [A] =>> Iterable[A], Map[K, V]]
trait IterableOnceOps[(K, V), [A] =>> Iterable[A], Map[K, V]]
trait IterableOnce[(K, V)]
class Object
trait Matchable
class Any
Type members
Value members
Concrete methods
Inherited methods
@throws(scala.this.throws.$lessinit$greater$default$1[scala.NoSuchElementException])
- Inherited from
- MapOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
- Inherited from
- IterableOnceOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
- Inherited from
- IterableOnceOps
@throws(scala.this.throws.$lessinit$greater$default$1[scala.NoSuchElementException])
- Inherited from
- MapOps
@deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
- Inherited from
- IterableOnceOps
def unzip3[A1, A2, A3](asTriple: (K, V) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
- Inherited from
- IterableOps
override def withFilter(p: (K, V) => Boolean): WithFilter[K, V, [A] =>> Iterable[A], [K, V] =>> Map[K, V]]
- Definition Classes
- MapFactoryDefaults -> IterableOps
- Inherited from
- MapFactoryDefaults
Deprecated and Inherited methods
@deprecated("Use ++ with an explicit collection argument instead of + with varargs", "2.13.0")
- Deprecated
- Inherited from
- MapOps
@deprecated("Consider requiring an immutable Map or fall back to Map.concat.", "2.13.0")
- Deprecated
- Inherited from
- MapOps
@deprecated("Use ++ instead of ++: for collections of type Iterable", "2.13.0")
- Deprecated
- Inherited from
- IterableOps
@deprecated("Use ++ instead of ++: for collections of type Iterable", "2.13.0")
- Deprecated
- Inherited from
- MapOps
@inline @deprecated("Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated", "2.13.0")
- Deprecated
- Inherited from
- Growable
@inline @deprecated("Consider requiring an immutable Map.", "2.13.0")
- Deprecated
- Inherited from
- MapOps
@deprecated("Use `--=` aka `subtractAll` instead of varargs `-=`; infix operations with an operand of multiple args will be deprecated", "2.13.3")
- Deprecated
- Inherited from
- Shrinkable
@inline @deprecated("Use foldRight instead of :\\", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@deprecated("`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@inline @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @deprecated("Use iterableFactory instead", "2.13.0")
- Deprecated
- Inherited from
- IterableOps
@inline @deprecated("Use `dest ++= coll` instead", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@deprecated("Use .view.filterKeys(f). A future version will include a strict version of this method (for now, .view.filterKeys(p).toMap).", "2.13.0")
- Deprecated
- Inherited from
- MapOps
@deprecated("Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@deprecated("Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).", "2.13.0")
- Deprecated
- Inherited from
- MapOps
@deprecated("Use coll instead of repr in a collection implementation, use the collection value itself from the outside", "2.13.0")
- Deprecated
- Inherited from
- IterableOps
@deprecated("Iterable.seq always returns the iterable itself", "2.13.0")
- Deprecated
- Inherited from
- Iterable
@inline @deprecated("Use .iterator instead of .toIterator", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@inline @deprecated("Use .to(LazyList) instead of .toStream", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@deprecated("Use m.clone().addOne((k,v)) instead of m.updated(k, v)", "2.13.0")
- Deprecated
- Inherited from
- MapOps