Class

com.twitter.inject.conversions.map

RichMap

Related Doc: package map

Permalink

implicit final class RichMap[K, V] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichMap
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichMap(self: Map[K, V])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def filterNotKeys(func: (K) ⇒ Boolean): Map[K, V]

    Permalink
  6. def filterNotValues(func: (V) ⇒ Boolean): Map[K, V]

    Permalink
  7. def filterValues(func: (V) ⇒ Boolean): Map[K, V]

    Permalink
  8. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  9. def invert: Map[V, Seq[K]]

    Permalink
  10. def invertSingleValue: Map[V, K]

    Permalink
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def mapKeys[T](func: (K) ⇒ T): Map[T, V]

    Permalink
  13. val self: Map[K, V]

    Permalink
  14. def toSortedMap(implicit ordering: Ordering[K]): SortedMap[K, V]

    Permalink
  15. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped