Packages

class ResponseMap extends HashMap[SourceFile, Set[Response[Tree]]]

Source
Global.scala
Linear Supertypes
HashMap[SourceFile, Set[Global.Response[Global.Tree]]], Serializable, java.io.Serializable, CustomParallelizable[(SourceFile, Set[Global.Response[Global.Tree]]), ParHashMap[SourceFile, Set[Global.Response[Global.Tree]]]], HashTable[SourceFile, DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]], HashUtils[SourceFile], AbstractMap[SourceFile, Set[Global.Response[Global.Tree]]], Map[SourceFile, Set[Global.Response[Global.Tree]]], MapLike[SourceFile, Set[Global.Response[Global.Tree]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], collection.mutable.Cloneable[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], Cloneable, java.lang.Cloneable, Shrinkable[SourceFile], Builder[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], Growable[(SourceFile, Set[Global.Response[Global.Tree]])], Clearable, collection.mutable.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])], collection.mutable.Traversable[(SourceFile, Set[Global.Response[Global.Tree]])], Mutable, AbstractMap[SourceFile, Set[Global.Response[Global.Tree]]], Map[SourceFile, Set[Global.Response[Global.Tree]]], MapLike[SourceFile, Set[Global.Response[Global.Tree]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], Subtractable[SourceFile, HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], PartialFunction[SourceFile, Set[Global.Response[Global.Tree]]], (SourceFile) ⇒ Set[Global.Response[Global.Tree]], GenMap[SourceFile, Set[Global.Response[Global.Tree]]], GenMapLike[SourceFile, Set[Global.Response[Global.Tree]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], AbstractIterable[(SourceFile, Set[Global.Response[Global.Tree]])], collection.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])], IterableLike[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], Equals, GenIterable[(SourceFile, Set[Global.Response[Global.Tree]])], GenIterableLike[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], AbstractTraversable[(SourceFile, Set[Global.Response[Global.Tree]])], collection.Traversable[(SourceFile, Set[Global.Response[Global.Tree]])], GenTraversable[(SourceFile, Set[Global.Response[Global.Tree]])], GenericTraversableTemplate[(SourceFile, Set[Global.Response[Global.Tree]]), collection.mutable.Iterable], TraversableLike[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], GenTraversableLike[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], Parallelizable[(SourceFile, Set[Global.Response[Global.Tree]]), ParHashMap[SourceFile, Set[Global.Response[Global.Tree]]]], collection.TraversableOnce[(SourceFile, Set[Global.Response[Global.Tree]])], GenTraversableOnce[(SourceFile, Set[Global.Response[Global.Tree]])], FilterMonadic[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], HasNewBuilder[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResponseMap
  2. HashMap
  3. Serializable
  4. Serializable
  5. CustomParallelizable
  6. HashTable
  7. HashUtils
  8. AbstractMap
  9. Map
  10. MapLike
  11. Cloneable
  12. Cloneable
  13. Cloneable
  14. Shrinkable
  15. Builder
  16. Growable
  17. Clearable
  18. Iterable
  19. Traversable
  20. Mutable
  21. AbstractMap
  22. Map
  23. MapLike
  24. Subtractable
  25. PartialFunction
  26. Function1
  27. GenMap
  28. GenMapLike
  29. AbstractIterable
  30. Iterable
  31. IterableLike
  32. Equals
  33. GenIterable
  34. GenIterableLike
  35. AbstractTraversable
  36. Traversable
  37. GenTraversable
  38. GenericTraversableTemplate
  39. TraversableLike
  40. GenTraversableLike
  41. Parallelizable
  42. TraversableOnce
  43. GenTraversableOnce
  44. FilterMonadic
  45. HasNewBuilder
  46. AnyRef
  47. Any
Implicitly
  1. by MonadOps
  2. by CollectionsHaveToParArray
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  7. by alternateImplicit
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResponseMap()

Type Members

  1. class DefaultKeySet extends AbstractSet[K] with Set[K] with Serializable
    Attributes
    protected
    Definition Classes
    MapLike
  2. class DefaultValuesIterable extends AbstractIterable[V] with collection.Iterable[V] with Serializable
    Attributes
    protected
    Definition Classes
    MapLike
  3. type Entry = DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap
  4. class FilteredKeys extends AbstractMap[K, V] with DefaultMap[K, V]
    Attributes
    protected
    Definition Classes
    MapLike
  5. class MappedValues[W] extends AbstractMap[K, W] with DefaultMap[K, W]
    Attributes
    protected
    Definition Classes
    MapLike
  6. type Self = HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  7. class WithFilter extends FilterMonadic[A, Repr]
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +[V1 >: Set[Global.Response[Global.Tree]]](elem1: (SourceFile, V1), elem2: (SourceFile, V1), elems: (SourceFile, V1)*): Map[SourceFile, V1]
    Definition Classes
    MapLike → MapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.

  4. def +[V1 >: Set[Global.Response[Global.Tree]]](kv: (SourceFile, V1)): Map[SourceFile, V1]
    Definition Classes
    MapLike → MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.

  5. def ++[V1 >: Set[Global.Response[Global.Tree]]](xs: GenTraversableOnce[(SourceFile, V1)]): Map[SourceFile, V1]
    Definition Classes
    MapLike → MapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) ++ creates a new map. Use ++= to add an element to this map and return that map itself.

  6. def ++[B >: (SourceFile, Set[Global.Response[Global.Tree]]), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[HashMap[SourceFile, Set[Global.Response[Global.Tree]]], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  7. def ++:[B >: (SourceFile, Set[Global.Response[Global.Tree]]), That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[HashMap[SourceFile, Set[Global.Response[Global.Tree]]], B, That]): That
    Definition Classes
    TraversableLike
  8. def ++:[B >: (SourceFile, Set[Global.Response[Global.Tree]]), That](that: collection.TraversableOnce[B])(implicit bf: CanBuildFrom[HashMap[SourceFile, Set[Global.Response[Global.Tree]]], B, That]): That
    Definition Classes
    TraversableLike
  9. def ++=(xs: collection.TraversableOnce[(SourceFile, Set[Global.Response[Global.Tree]])]): ResponseMap.this.type
    Definition Classes
    Growable
  10. def +=(binding: (SourceFile, Set[Global.Response[Global.Tree]])): ResponseMap.this.type
    Definition Classes
    ResponseMap → HashMap → MapLike → Builder → Growable
  11. def +=(elem1: (SourceFile, Set[Global.Response[Global.Tree]]), elem2: (SourceFile, Set[Global.Response[Global.Tree]]), elems: (SourceFile, Set[Global.Response[Global.Tree]])*): ResponseMap.this.type
    Definition Classes
    Growable
  12. def -(elem1: SourceFile, elem2: SourceFile, elems: SourceFile*): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.

  13. def -(key: SourceFile): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapLike → MapLike → Subtractable → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.

  14. def --(xs: GenTraversableOnce[SourceFile]): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) -- creates a new map. Use --= to remove an element from this map and return that map itself.

  15. def --=(xs: collection.TraversableOnce[SourceFile]): ResponseMap.this.type
    Definition Classes
    Shrinkable
  16. def -=(key: SourceFile): ResponseMap.this.type
    Definition Classes
    HashMap → MapLike → Shrinkable
  17. def -=(elem1: SourceFile, elem2: SourceFile, elems: SourceFile*): ResponseMap.this.type
    Definition Classes
    Shrinkable
  18. def ->[B](y: B): (ResponseMap, B)
    Implicit
    This member is added by an implicit conversion from ResponseMap to ArrowAssoc[ResponseMap] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  19. def /:[B](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  20. def :\[B](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  21. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. val _loadFactor: Int
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @transient()
  23. def addEntry(e: DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]): Unit
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  24. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    MapLike → TraversableOnce
  25. def addString(b: StringBuilder): StringBuilder
    Definition Classes
    TraversableOnce
  26. def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    TraversableOnce
  27. def aggregate[B](z: ⇒ B)(seqop: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B, combop: (B, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  28. def alwaysInitSizeMap: Boolean
    Attributes
    protected
    Definition Classes
    HashTable
  29. def andThen[C](k: (Set[Global.Response[Global.Tree]]) ⇒ C): PartialFunction[SourceFile, C]
    Definition Classes
    PartialFunction → Function1
  30. def apply(key: SourceFile): Set[Global.Response[Global.Tree]]
    Definition Classes
    HashMap → MapLike → Function1 → GenMapLike
  31. def applyOrElse[K1 <: SourceFile, V1 >: Set[Global.Response[Global.Tree]]](x: K1, default: (K1) ⇒ V1): V1
    Definition Classes
    MapLike → PartialFunction
  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. def calcSizeMapSize(tableLength: Int): Int
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  34. def canEqual(that: Any): Boolean
    Definition Classes
    IterableLike → Equals
  35. def clear(): Unit
    Definition Classes
    HashMap → MapLike → Builder → Growable → Clearable
  36. def clearTable(): Unit
    Attributes
    protected
    Definition Classes
    HashTable
  37. def clone(): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapLike → Cloneable → AnyRef
  38. def collect[B, That](pf: PartialFunction[(SourceFile, Set[Global.Response[Global.Tree]]), B])(implicit bf: CanBuildFrom[HashMap[SourceFile, Set[Global.Response[Global.Tree]]], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  39. def collectFirst[B](pf: PartialFunction[(SourceFile, Set[Global.Response[Global.Tree]]), B]): Option[B]
    Definition Classes
    TraversableOnce
  40. def companion: GenericCompanion[collection.mutable.Iterable]
    Definition Classes
    Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  41. def compose[A](g: (A) ⇒ SourceFile): (A) ⇒ Set[Global.Response[Global.Tree]]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  42. def contains(key: SourceFile): Boolean
    Definition Classes
    HashMap → MapLike → GenMapLike
  43. def copyToArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](xs: Array[B], start: Int, len: Int): Unit
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  44. def copyToArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](xs: Array[B]): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  45. def copyToArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](xs: Array[B], start: Int): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  46. def copyToBuffer[B >: (SourceFile, Set[Global.Response[Global.Tree]])](dest: Buffer[B]): Unit
    Definition Classes
    TraversableOnce
  47. def count(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def createNewEntry[B1](key: SourceFile, value: B1): Entry
    Attributes
    protected
    Definition Classes
    HashMap → HashTable
  49. def default(key: SourceFile): Set[Global.Response[Global.Tree]]
    Definition Classes
    ResponseMap → MapLike → GenMapLike
  50. def drop(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  51. def dropRight(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableLike
  52. def dropWhile(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    TraversableLike → GenTraversableLike
  53. def elemEquals(key1: SourceFile, key2: SourceFile): Boolean
    Attributes
    protected
    Definition Classes
    HashTable
  54. def elemHashCode(key: SourceFile): Int
    Attributes
    protected
    Definition Classes
    HashUtils
  55. def empty: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → Map → Map → MapLike
  56. def ensuring(cond: (ResponseMap) ⇒ Boolean, msg: ⇒ Any): ResponseMap
    Implicit
    This member is added by an implicit conversion from ResponseMap to Ensuring[ResponseMap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  57. def ensuring(cond: (ResponseMap) ⇒ Boolean): ResponseMap
    Implicit
    This member is added by an implicit conversion from ResponseMap to Ensuring[ResponseMap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  58. def ensuring(cond: Boolean, msg: ⇒ Any): ResponseMap
    Implicit
    This member is added by an implicit conversion from ResponseMap to Ensuring[ResponseMap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  59. def ensuring(cond: Boolean): ResponseMap
    Implicit
    This member is added by an implicit conversion from ResponseMap to Ensuring[ResponseMap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  60. def entriesIterator: collection.Iterator[DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]]
    Attributes
    protected
    Definition Classes
    HashTable
  61. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. def equals(that: Any): Boolean
    Definition Classes
    GenMapLike → Equals → AnyRef → Any
  63. def exists(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  64. def filter(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    TraversableLike → GenTraversableLike
  65. def filterKeys(p: (SourceFile) ⇒ Boolean): Map[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapLike → GenMapLike
  66. def filterNot(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapLike → TraversableLike → GenTraversableLike
  67. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  68. def find(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  69. def findEntry(key: SourceFile): DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  70. def findOrAddEntry[B](key: SourceFile, value: B): DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]
    Attributes
    protected
    Definition Classes
    HashTable
  71. def flatMap[B, That](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[HashMap[SourceFile, Set[Global.Response[Global.Tree]]], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  72. def flatten[B](implicit asTraversable: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ GenTraversableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    GenericTraversableTemplate
  73. def fold[A1 >: (SourceFile, Set[Global.Response[Global.Tree]])](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  74. def foldLeft[B](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  75. def foldRight[B](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): B
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  76. def forall(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  77. def foreach[U](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ U): Unit
    Definition Classes
    HashMap → IterableLike → GenericTraversableTemplate → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  78. def foreachEntry[U](f: (DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]) ⇒ U): Unit
    Attributes
    protected
    Definition Classes
    HashTable
  79. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ResponseMap to StringFormat[ResponseMap] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  80. def genericBuilder[B]: Builder[B, collection.mutable.Iterable[B]]
    Definition Classes
    GenericTraversableTemplate
  81. def get(key: SourceFile): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapLike → GenMapLike
  82. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  83. def getOrElse[V1 >: Set[Global.Response[Global.Tree]]](key: SourceFile, default: ⇒ V1): V1
    Definition Classes
    MapLike → GenMapLike
  84. def getOrElseUpdate(key: SourceFile, defaultValue: ⇒ Set[Global.Response[Global.Tree]]): Set[Global.Response[Global.Tree]]
    Definition Classes
    HashMap → MapLike
  85. def groupBy[K](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ K): Map[K, HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    TraversableLike → GenTraversableLike
  86. def grouped(size: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableLike
  87. def hasDefiniteSize: Boolean
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  88. def hashCode(): Int
    Definition Classes
    GenMapLike → AnyRef → Any
  89. def head: (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  90. def headOption: Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    TraversableLike → GenTraversableLike
  91. final def improve(hcode: Int, seed: Int): Int
    Attributes
    protected
    Definition Classes
    HashUtils
  92. final def index(hcode: Int): Int
    Attributes
    protected
    Definition Classes
    HashTable
  93. def init: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    TraversableLike → GenTraversableLike
  94. def initWithContents(c: Contents[SourceFile, DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]]): Unit
    Attributes
    protected
    Definition Classes
    HashTable
  95. def initialSize: Int
    Attributes
    protected
    Definition Classes
    HashTable
  96. def inits: collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    TraversableLike
  97. def isDefinedAt(key: SourceFile): Boolean
    Definition Classes
    MapLike → GenMapLike → PartialFunction
  98. def isEmpty: Boolean
    Definition Classes
    MapLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  99. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  100. def isSizeMapDefined: Boolean
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  101. final def isTraversableAgain: Boolean
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  102. def iterator: collection.Iterator[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    HashMap → MapLike → IterableLike → GenIterableLike
  103. def keySet: Set[SourceFile]
    Definition Classes
    HashMap → MapLike → GenMapLike
  104. def keys: collection.Iterable[SourceFile]
    Definition Classes
    MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) keys returns Iterable[K] rather than Iterator[K].

  105. def keysIterator: collection.Iterator[SourceFile]
    Definition Classes
    HashMap → MapLike → GenMapLike
  106. def last: (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    TraversableLike → GenTraversableLike
  107. def lastOption: Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    TraversableLike → GenTraversableLike
  108. def lift: (SourceFile) ⇒ Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    PartialFunction
  109. def map[B, That](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B)(implicit bf: CanBuildFrom[HashMap[SourceFile, Set[Global.Response[Global.Tree]]], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  110. def mapResult[NewTo](f: (HashMap[SourceFile, Set[Global.Response[Global.Tree]]]) ⇒ NewTo): Builder[(SourceFile, Set[Global.Response[Global.Tree]]), NewTo]
    Definition Classes
    Builder
  111. def mapValues[W](f: (Set[Global.Response[Global.Tree]]) ⇒ W): Map[SourceFile, W]
    Definition Classes
    MapLike → GenMapLike
  112. def max[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit cmp: Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. def maxBy[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B)(implicit cmp: Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def min[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit cmp: Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def minBy[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B)(implicit cmp: Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def mkString: String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  117. def mkString(sep: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  118. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  120. def newBuilder: Builder[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Attributes
    protected[this]
    Definition Classes
    MapLike → MapLike → TraversableLike → HasNewBuilder
  121. def nnSizeMapAdd(h: Int): Unit
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  122. def nnSizeMapRemove(h: Int): Unit
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  123. def nnSizeMapReset(tableLength: Int): Unit
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  124. def nonEmpty: Boolean
    Definition Classes
    TraversableOnce → GenTraversableOnce
  125. final def notify(): Unit
    Definition Classes
    AnyRef
  126. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  127. def orElse[A1 <: SourceFile, B1 >: Set[Global.Response[Global.Tree]]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  128. def par: ParHashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → CustomParallelizable → Parallelizable
  129. def parCombiner: Combiner[(SourceFile, Set[Global.Response[Global.Tree]]), ParHashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Attributes
    protected[this]
    Definition Classes
    CustomParallelizable → Parallelizable
  130. def partition(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): (HashMap[SourceFile, Set[Global.Response[Global.Tree]]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]])
    Definition Classes
    TraversableLike → GenTraversableLike
  131. def product[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def put(key: SourceFile, value: Set[Global.Response[Global.Tree]]): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapLike
  133. def reduce[A1 >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. def reduceLeft[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): B
    Definition Classes
    TraversableOnce
  135. def reduceLeftOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def reduceOption[A1 >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (A1, A1) ⇒ A1): Option[A1]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def reduceRight[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): B
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  138. def reduceRightOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  139. def remove(key: SourceFile): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapLike
  140. def removeEntry(key: SourceFile): DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  141. def repr: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    TraversableLike → GenTraversableLike
  142. def result(): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapLike → Builder
  143. def retain(p: (SourceFile, Set[Global.Response[Global.Tree]]) ⇒ Boolean): ResponseMap.this.type
    Definition Classes
    MapLike
  144. def reversed: List[(SourceFile, Set[Global.Response[Global.Tree]])]
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  145. def runWith[U](action: (Set[Global.Response[Global.Tree]]) ⇒ U): (SourceFile) ⇒ Boolean
    Definition Classes
    PartialFunction
  146. def sameElements[B >: (SourceFile, Set[Global.Response[Global.Tree]])](that: GenIterable[B]): Boolean
    Definition Classes
    IterableLike → GenIterableLike
  147. def scan[B >: (SourceFile, Set[Global.Response[Global.Tree]]), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[HashMap[SourceFile, Set[Global.Response[Global.Tree]]], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  148. def scanLeft[B, That](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B)(implicit bf: CanBuildFrom[HashMap[SourceFile, Set[Global.Response[Global.Tree]]], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  149. def scanRight[B, That](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B)(implicit bf: CanBuildFrom[HashMap[SourceFile, Set[Global.Response[Global.Tree]]], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  150. val seedvalue: Int
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @transient()
  151. def seq: Map[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map → Map → GenMap → GenMapLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  152. def size: Int
    Definition Classes
    HashMap → GenTraversableLike → TraversableOnce → GenTraversableOnce
  153. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit
    Definition Classes
    Builder
  154. def sizeHint(coll: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  155. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  156. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  157. def sizeHintIfCheap: Int
    Attributes
    protected[scala.collection]
    Definition Classes
    GenTraversableOnce
  158. final def sizeMapBucketBitSize: Int
    Attributes
    protected
    Definition Classes
    HashUtils
  159. final def sizeMapBucketSize: Int
    Attributes
    protected
    Definition Classes
    HashUtils
  160. def sizeMapDisable(): Unit
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  161. def sizeMapInit(tableLength: Int): Unit
    Attributes
    protected
    Definition Classes
    HashTable
  162. def sizeMapInitAndRebuild(): Unit
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  163. val sizemap: Array[Int]
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @transient()
  164. def slice(from: Int, until: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  165. def sliding(size: Int, step: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableLike
  166. def sliding(size: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableLike
  167. def span(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): (HashMap[SourceFile, Set[Global.Response[Global.Tree]]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]])
    Definition Classes
    TraversableLike → GenTraversableLike
  168. def splitAt(n: Int): (HashMap[SourceFile, Set[Global.Response[Global.Tree]]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]])
    Definition Classes
    TraversableLike → GenTraversableLike
  169. def stringPrefix: String
    Definition Classes
    MapLike → TraversableLike → GenTraversableLike
  170. def sum[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  171. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  172. val table: Array[HashEntry[SourceFile, DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]]]
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @transient()
  173. val tableSize: Int
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @transient()
  174. def tableSizeSeed: Int
    Attributes
    protected
    Definition Classes
    HashTable
  175. def tail: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    TraversableLike → GenTraversableLike
  176. def tails: collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    TraversableLike
  177. def take(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  178. def takeRight(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableLike
  179. def takeWhile(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  180. def thisCollection: collection.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  181. val threshold: Int
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @transient()
  182. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (SourceFile, Set[Global.Response[Global.Tree]]), Col[(SourceFile, Set[Global.Response[Global.Tree]])]]): Col[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  183. def toArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  184. def toBuffer[E >: (SourceFile, Set[Global.Response[Global.Tree]])]: Buffer[E]
    Definition Classes
    MapLike → TraversableOnce → GenTraversableOnce
  185. def toCollection(repr: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]): collection.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  186. def toIndexedSeq: collection.immutable.IndexedSeq[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  187. def toIterable: collection.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  188. def toIterator: collection.Iterator[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  189. def toList: List[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  190. def toMap[T, U](implicit ev: <:<[(SourceFile, Set[Global.Response[Global.Tree]]), (T, U)]): Map[T, U]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  191. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from ResponseMap to CollectionsHaveToParArray[ResponseMap, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (ResponseMap) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  192. def toSeq: collection.Seq[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    MapLike → MapLike → TraversableOnce → GenTraversableOnce
  193. def toSet[B >: (SourceFile, Set[Global.Response[Global.Tree]])]: Set[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  194. def toStream: collection.immutable.Stream[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  195. def toString(): String
    Definition Classes
    MapLike → TraversableLike → Function1 → AnyRef → Any
  196. def toTraversable: collection.Traversable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  197. def toVector: Vector[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  198. def transform(f: (SourceFile, Set[Global.Response[Global.Tree]]) ⇒ Set[Global.Response[Global.Tree]]): ResponseMap.this.type
    Definition Classes
    MapLike
  199. def transpose[B](implicit asTraversable: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ GenTraversableOnce[B]): collection.mutable.Iterable[collection.mutable.Iterable[B]]
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  200. def unzip[A1, A2](implicit asPair: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ (A1, A2)): (collection.mutable.Iterable[A1], collection.mutable.Iterable[A2])
    Definition Classes
    GenericTraversableTemplate
  201. def unzip3[A1, A2, A3](implicit asTriple: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ (A1, A2, A3)): (collection.mutable.Iterable[A1], collection.mutable.Iterable[A2], collection.mutable.Iterable[A3])
    Definition Classes
    GenericTraversableTemplate
  202. def update(key: SourceFile, value: Set[Global.Response[Global.Tree]]): Unit
    Definition Classes
    HashMap → MapLike
  203. def updated[V1 >: Set[Global.Response[Global.Tree]]](key: SourceFile, value: V1): Map[SourceFile, V1]
    Definition Classes
    MapLike → MapLike
  204. def useSizeMap(t: Boolean): Unit
    Definition Classes
    HashMap
  205. def values: collection.Iterable[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapLike → GenMapLike
  206. def valuesIterator: collection.Iterator[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapLike → GenMapLike
  207. def view(from: Int, until: Int): IterableView[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableLike → TraversableLike
  208. def view: IterableView[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableLike → TraversableLike
  209. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  210. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  211. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  212. def withDefault(d: (SourceFile) ⇒ Set[Global.Response[Global.Tree]]): Map[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map
  213. def withDefaultValue(d: Set[Global.Response[Global.Tree]]): Map[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map
  214. def withFilter(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): FilterMonadic[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    TraversableLike → FilterMonadic
  215. def zip[A1 >: (SourceFile, Set[Global.Response[Global.Tree]]), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[HashMap[SourceFile, Set[Global.Response[Global.Tree]]], (A1, B), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  216. def zipAll[B, A1 >: (SourceFile, Set[Global.Response[Global.Tree]]), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[HashMap[SourceFile, Set[Global.Response[Global.Tree]]], (A1, B), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  217. def zipWithIndex[A1 >: (SourceFile, Set[Global.Response[Global.Tree]]), That](implicit bf: CanBuildFrom[HashMap[SourceFile, Set[Global.Response[Global.Tree]]], (A1, Int), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  218. def [B](y: B): (ResponseMap, B)
    Implicit
    This member is added by an implicit conversion from ResponseMap to ArrowAssoc[ResponseMap] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ResponseMap to any2stringadd[ResponseMap] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (responseMap: any2stringadd[ResponseMap]).+(other)
    Definition Classes
    any2stringadd
  2. def filter(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): collection.TraversableOnce[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap to MonadOps[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (responseMap: MonadOps[(SourceFile, Set[Global.Response[Global.Tree]])]).filter(p)
    Definition Classes
    MonadOps
  3. def flatMap[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ GenTraversableOnce[B]): collection.TraversableOnce[B]
    Implicit
    This member is added by an implicit conversion from ResponseMap to MonadOps[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (responseMap: MonadOps[(SourceFile, Set[Global.Response[Global.Tree]])]).flatMap(f)
    Definition Classes
    MonadOps
  4. def map[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): collection.TraversableOnce[B]
    Implicit
    This member is added by an implicit conversion from ResponseMap to MonadOps[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (responseMap: MonadOps[(SourceFile, Set[Global.Response[Global.Tree]])]).map(f)
    Definition Classes
    MonadOps
  5. def withFilter(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): collection.Iterator[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap to MonadOps[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (responseMap: MonadOps[(SourceFile, Set[Global.Response[Global.Tree]])]).withFilter(p)
    Definition Classes
    MonadOps

Inherited from HashMap[SourceFile, Set[Global.Response[Global.Tree]]]

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from CustomParallelizable[(SourceFile, Set[Global.Response[Global.Tree]]), ParHashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from HashTable[SourceFile, DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from HashUtils[SourceFile]

Inherited from AbstractMap[SourceFile, Set[Global.Response[Global.Tree]]]

Inherited from Map[SourceFile, Set[Global.Response[Global.Tree]]]

Inherited from MapLike[SourceFile, Set[Global.Response[Global.Tree]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from collection.mutable.Cloneable[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from Shrinkable[SourceFile]

Inherited from Builder[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from Growable[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited from Clearable

Inherited from collection.mutable.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited from collection.mutable.Traversable[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited from Mutable

Inherited from AbstractMap[SourceFile, Set[Global.Response[Global.Tree]]]

Inherited from Map[SourceFile, Set[Global.Response[Global.Tree]]]

Inherited from MapLike[SourceFile, Set[Global.Response[Global.Tree]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from Subtractable[SourceFile, HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from PartialFunction[SourceFile, Set[Global.Response[Global.Tree]]]

Inherited from (SourceFile) ⇒ Set[Global.Response[Global.Tree]]

Inherited from GenMap[SourceFile, Set[Global.Response[Global.Tree]]]

Inherited from GenMapLike[SourceFile, Set[Global.Response[Global.Tree]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from AbstractIterable[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited from collection.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited from IterableLike[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from Equals

Inherited from GenIterable[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited from GenIterableLike[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from AbstractTraversable[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited from collection.Traversable[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited from GenTraversable[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited from GenericTraversableTemplate[(SourceFile, Set[Global.Response[Global.Tree]]), collection.mutable.Iterable]

Inherited from TraversableLike[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from GenTraversableLike[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from Parallelizable[(SourceFile, Set[Global.Response[Global.Tree]]), ParHashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from collection.TraversableOnce[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited from GenTraversableOnce[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited from FilterMonadic[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from HasNewBuilder[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion MonadOps from ResponseMap to MonadOps[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited by implicit conversion CollectionsHaveToParArray from ResponseMap to CollectionsHaveToParArray[ResponseMap, T]

Inherited by implicit conversion any2stringadd from ResponseMap to any2stringadd[ResponseMap]

Inherited by implicit conversion StringFormat from ResponseMap to StringFormat[ResponseMap]

Inherited by implicit conversion Ensuring from ResponseMap to Ensuring[ResponseMap]

Inherited by implicit conversion ArrowAssoc from ResponseMap to ArrowAssoc[ResponseMap]

Inherited by implicit conversion alternateImplicit from ResponseMap to ForceImplicitAmbiguity

Ungrouped