Packages

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

Source
Global.scala
Linear Supertypes
HashMap[SourceFile, Set[Global.Response[Global.Tree]]], StrictOptimizedMapOps[SourceFile, Set[Global.Response[Global.Tree]], HashMap, HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], StrictOptimizedIterableOps[(SourceFile, Set[Global.Response[Global.Tree]]), [_]collection.mutable.Iterable[_], HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], AbstractMap[SourceFile, Set[Global.Response[Global.Tree]]], Map[SourceFile, Set[Global.Response[Global.Tree]]], MapOps[SourceFile, Set[Global.Response[Global.Tree]], [X, Y]HashMap[X, Y], HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], 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.Cloneable[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], Cloneable, java.lang.Cloneable, collection.mutable.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])], AbstractMap[SourceFile, Set[Global.Response[Global.Tree]]], Map[SourceFile, Set[Global.Response[Global.Tree]]], Equals, MapOps[SourceFile, Set[Global.Response[Global.Tree]], [_, _]HashMap[_, _], HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], PartialFunction[SourceFile, Set[Global.Response[Global.Tree]]], (SourceFile) ⇒ Set[Global.Response[Global.Tree]], AbstractIterable[(SourceFile, Set[Global.Response[Global.Tree]])], collection.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])], Serializable, java.io.Serializable, IterableOps[(SourceFile, Set[Global.Response[Global.Tree]]), [_]collection.mutable.Iterable[_], HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], IterableOnceOps[(SourceFile, Set[Global.Response[Global.Tree]]), [_]collection.mutable.Iterable[_], HashMap[SourceFile, Set[Global.Response[Global.Tree]]]], collection.IterableOnce[(SourceFile, Set[Global.Response[Global.Tree]])], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResponseMap
  2. HashMap
  3. StrictOptimizedMapOps
  4. StrictOptimizedIterableOps
  5. AbstractMap
  6. Map
  7. MapOps
  8. Shrinkable
  9. Builder
  10. Growable
  11. Clearable
  12. Cloneable
  13. Cloneable
  14. Cloneable
  15. Iterable
  16. AbstractMap
  17. Map
  18. Equals
  19. MapOps
  20. PartialFunction
  21. Function1
  22. AbstractIterable
  23. Iterable
  24. Serializable
  25. Serializable
  26. IterableOps
  27. IterableOnceOps
  28. IterableOnce
  29. AnyRef
  30. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResponseMap()

Type Members

  1. trait GenKeySet extends AnyRef
    Attributes
    protected
    Definition Classes
    MapOps
  2. type IterableCC[X] = collection.mutable.Iterable[X]
    Attributes
    protected
    Definition Classes
    IterableOps
  3. class KeySet extends AbstractSet[K] with GenKeySet
    Attributes
    protected
    Definition Classes
    MapOps
  4. type MapCC[KCC, VCC] = HashMap[KCC, VCC]
    Attributes
    protected
    Definition Classes
    MapOps

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++[V2 >: Set[Global.Response[Global.Tree]]](xs: collection.Iterable[(SourceFile, V2)]): HashMap[SourceFile, V2]
    Definition Classes
    MapOps
  4. final def ++[B >: (SourceFile, Set[Global.Response[Global.Tree]])](suffix: collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. final def ++=(xs: collection.IterableOnce[(SourceFile, Set[Global.Response[Global.Tree]])]): ResponseMap.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  6. final def +=(elem: (SourceFile, Set[Global.Response[Global.Tree]])): ResponseMap.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  7. final def --=(xs: collection.IterableOnce[SourceFile]): ResponseMap.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  8. def -=(elem1: SourceFile, elem2: SourceFile, elems: SourceFile*): ResponseMap.this.type
    Definition Classes
    Shrinkable
  9. final def -=(elem: SourceFile): ResponseMap.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  10. def ->[B](y: B): (ResponseMap, B)
    Implicit
    This member is added by an implicit conversion from ResponseMap toArrowAssoc[ResponseMap] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def addAll(xs: collection.IterableOnce[(SourceFile, Set[Global.Response[Global.Tree]])]): ResponseMap.this.type
    Definition Classes
    Growable
  13. def addOne(binding: (SourceFile, Set[Global.Response[Global.Tree]])): ResponseMap.this.type
    Definition Classes
    ResponseMap → HashMap → Growable
  14. def addString(sb: collection.mutable.StringBuilder, start: String, sep: String, end: String): collection.mutable.StringBuilder
    Definition Classes
    MapOps → IterableOnceOps
  15. final def addString(b: collection.mutable.StringBuilder): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  16. final def addString(b: collection.mutable.StringBuilder, sep: String): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  17. def andThen[C](k: (Set[Global.Response[Global.Tree]]) ⇒ C): PartialFunction[SourceFile, C]
    Definition Classes
    PartialFunction → Function1
  18. def apply(key: SourceFile): Set[Global.Response[Global.Tree]]
    Definition Classes
    HashMap → MapOps → Function1
    Annotations
    @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
  19. def applyOrElse[K1 <: SourceFile, V1 >: Set[Global.Response[Global.Tree]]](x: K1, default: (K1) ⇒ V1): V1
    Definition Classes
    MapOps → PartialFunction
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def canEqual(that: Any): Boolean
    Definition Classes
    Map → Equals
  22. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  23. def clear(): Unit
    Definition Classes
    HashMap → MapOps → Builder → Clearable
  24. def clone(): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps → Cloneable → AnyRef
  25. def coll: ResponseMap.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  26. def collect[K2, V2](pf: PartialFunction[(SourceFile, Set[Global.Response[Global.Tree]]), (K2, V2)]): HashMap[K2, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  27. def collect[B](pf: PartialFunction[(SourceFile, Set[Global.Response[Global.Tree]]), B]): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  28. def collectFirst[B](pf: PartialFunction[(SourceFile, Set[Global.Response[Global.Tree]]), B]): Option[B]
    Definition Classes
    IterableOnceOps
  29. def compose[A](g: (A) ⇒ SourceFile): (A) ⇒ Set[Global.Response[Global.Tree]]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  30. def concat[V2 >: Set[Global.Response[Global.Tree]]](suffix: collection.IterableOnce[(SourceFile, V2)]): HashMap[SourceFile, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  31. def concat[B >: (SourceFile, Set[Global.Response[Global.Tree]])](suffix: collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  32. def contains(key: SourceFile): Boolean
    Definition Classes
    HashMap → MapOps
  33. def copyToArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  34. def copyToArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
  35. def copyToArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
  36. def corresponds[B](that: collection.IterableOnce[B])(p: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  37. def count(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Int
    Definition Classes
    IterableOnceOps
  38. def default(key: SourceFile): Set[Global.Response[Global.Tree]]
    Definition Classes
    ResponseMap → MapOps
  39. def drop(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  40. def dropRight(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps
  41. def dropWhile(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  42. def empty: MapCC[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map → MapOps
  43. def ensuring(cond: (ResponseMap) ⇒ Boolean, msg: ⇒ Any): ResponseMap
    Implicit
    This member is added by an implicit conversion from ResponseMap toEnsuring[ResponseMap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  44. def ensuring(cond: (ResponseMap) ⇒ Boolean): ResponseMap
    Implicit
    This member is added by an implicit conversion from ResponseMap toEnsuring[ResponseMap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  45. def ensuring(cond: Boolean, msg: ⇒ Any): ResponseMap
    Implicit
    This member is added by an implicit conversion from ResponseMap toEnsuring[ResponseMap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  46. def ensuring(cond: Boolean): ResponseMap
    Implicit
    This member is added by an implicit conversion from ResponseMap toEnsuring[ResponseMap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  47. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. def equals(o: Any): Boolean
    Definition Classes
    Map → Equals → AnyRef → Any
  49. def exists(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  50. def filter(pred: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  51. def filterImpl(pred: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean, isFlipped: Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Attributes
    protected[scala.collection]
    Definition Classes
    StrictOptimizedIterableOps
  52. def filterInPlace(p: (SourceFile, Set[Global.Response[Global.Tree]]) ⇒ Boolean): ResponseMap.this.type
    Definition Classes
    MapOps
  53. def filterNot(pred: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  54. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  55. def find(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  56. def flatMap[K2, V2](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ collection.IterableOnce[(K2, V2)]): HashMap[K2, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  57. def flatMap[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  58. def flatten[B](implicit toIterableOnce: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  59. def foldLeft[B](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): B
    Definition Classes
    IterableOnceOps
  60. def foldRight[B](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  61. def forall(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  62. def foreach[U](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ U): Unit
    Definition Classes
    HashMap → IterableOnceOps
  63. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ResponseMap toStringFormat[ResponseMap] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  64. def fromSpecific(coll: collection.IterableOnce[(SourceFile, Set[Global.Response[Global.Tree]])]): MapCC[SourceFile, Set[Global.Response[Global.Tree]]]
    Attributes
    protected
    Definition Classes
    Map → Iterable → IterableOps
  65. def get(key: SourceFile): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapOps
  66. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  67. def getOrElse[V1 >: Set[Global.Response[Global.Tree]]](key: SourceFile, default: ⇒ V1): V1
    Definition Classes
    HashMap → MapOps
  68. def getOrElseUpdate(key: SourceFile, defaultValue: ⇒ Set[Global.Response[Global.Tree]]): Set[Global.Response[Global.Tree]]
    Definition Classes
    HashMap → MapOps
  69. def groupBy[K](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ K): Map[K, HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  70. def groupMap[K, B](key: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ K)(f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): Map[K, collection.mutable.Iterable[B]]
    Definition Classes
    IterableOps
  71. def groupMapReduce[K, B](key: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ K)(f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B)(reduce: (B, B) ⇒ B): Map[K, B]
    Definition Classes
    IterableOps
  72. def grouped(size: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  73. def hashCode(): Int
    Definition Classes
    Map → AnyRef → Any
  74. def head: (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOps
  75. def headOption: Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOps
  76. def init: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps
  77. def inits: collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  78. def isDefinedAt(key: SourceFile): Boolean
    Definition Classes
    MapOps → PartialFunction
  79. def isEmpty: Boolean
    Definition Classes
    HashMap → IterableOnceOps
  80. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  81. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  82. def iterableFactory: IterableFactory[IterableCC]
    Definition Classes
    Iterable → Iterable → IterableOps
  83. def iterator: collection.Iterator[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    HashMap → IterableOnce
  84. def keySet: Set[SourceFile]
    Definition Classes
    MapOps
  85. def keys: collection.Iterable[SourceFile]
    Definition Classes
    MapOps
  86. def keysIterator: collection.Iterator[SourceFile]
    Definition Classes
    HashMap → MapOps
  87. def knownSize: Int
    Definition Classes
    HashMap → IterableOnceOps → IterableOnce
  88. def last: (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOps
  89. def lastOption: Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOps
  90. def lazyZip[B](that: collection.Iterable[B]): LazyZip2[(SourceFile, Set[Global.Response[Global.Tree]]), B, ResponseMap.this.type]
    Definition Classes
    Iterable
  91. def lift: (SourceFile) ⇒ Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    PartialFunction
  92. def map[K2, V2](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ (K2, V2)): HashMap[K2, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  93. def map[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  94. def mapFactory: MapFactory[HashMap]
    Definition Classes
    HashMap → Map → Map → MapOps
  95. final def mapFromIterable[K2, V2](it: collection.Iterable[(K2, V2)]): HashMap[K2, V2]
    Attributes
    protected
    Definition Classes
    MapOps
    Annotations
    @inline()
  96. def mapResult[NewTo](f: (HashMap[SourceFile, Set[Global.Response[Global.Tree]]]) ⇒ NewTo): Builder[(SourceFile, Set[Global.Response[Global.Tree]]), NewTo]
    Definition Classes
    Builder
  97. def mapValuesInPlace(f: (SourceFile, Set[Global.Response[Global.Tree]]) ⇒ Set[Global.Response[Global.Tree]]): ResponseMap.this.type
    Definition Classes
    MapOps
  98. def max[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit ord: math.Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOnceOps
  99. def maxBy[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B)(implicit cmp: math.Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOnceOps
  100. def maxByOption[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B)(implicit cmp: math.Ordering[B]): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  101. def maxOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit ord: math.Ordering[B]): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  102. def min[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit ord: math.Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOnceOps
  103. def minBy[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B)(implicit cmp: math.Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOnceOps
  104. def minByOption[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B)(implicit cmp: math.Ordering[B]): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  105. def minOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit ord: math.Ordering[B]): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  106. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  107. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  108. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  109. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  110. def newSpecificBuilder: Builder[(SourceFile, Set[Global.Response[Global.Tree]]), MapCC[SourceFile, Set[Global.Response[Global.Tree]]]]
    Attributes
    protected
    Definition Classes
    Map → Iterable → IterableOps
  111. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  112. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  113. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  114. def orElse[A1 <: SourceFile, B1 >: Set[Global.Response[Global.Tree]]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  115. 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
    StrictOptimizedIterableOps → IterableOps
  116. def partitionWith[A1, A2](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Either[A1, A2]): (collection.mutable.Iterable[A1], collection.mutable.Iterable[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  117. def product[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  118. def put(key: SourceFile, value: Set[Global.Response[Global.Tree]]): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapOps
  119. def reduce[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  120. def reduceLeft[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): B
    Definition Classes
    IterableOnceOps
  121. def reduceLeftOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  122. def reduceOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  123. def reduceRight[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  124. def reduceRightOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  125. def remove(key: SourceFile): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
  126. def result(): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps → Builder
  127. def reversed: collection.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  128. def runWith[U](action: (Set[Global.Response[Global.Tree]]) ⇒ U): (SourceFile) ⇒ Boolean
    Definition Classes
    PartialFunction
  129. def scanLeft[B](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  130. def scanRight[B](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
  131. def size: Int
    Definition Classes
    HashMap → IterableOnceOps
  132. def sizeCompare(that: collection.Iterable[_]): Int
    Definition Classes
    IterableOps
  133. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  134. final def sizeHint(coll: collection.IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  135. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  136. final def sizeHintBounded(size: Int, boundingColl: collection.Iterable[_]): Unit
    Definition Classes
    Builder
  137. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  138. def slice(from: Int, until: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  139. def sliding(size: Int, step: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  140. def sliding(size: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  141. 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
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  142. def splitAt(n: Int): (HashMap[SourceFile, Set[Global.Response[Global.Tree]]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]])
    Definition Classes
    IterableOps
  143. final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[(SourceFile, Set[Global.Response[Global.Tree]]), B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  144. final def strictOptimizedConcat[B >: (SourceFile, Set[Global.Response[Global.Tree]]), C2](that: collection.IterableOnce[B], b: Builder[B, C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  145. final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ collection.IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  146. final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ collection.IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  147. final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  148. final def strictOptimizedZip[B, C2](that: collection.IterableOnce[B], b: Builder[((SourceFile, Set[Global.Response[Global.Tree]]), B), C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  149. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    HashMap → Map → Iterable
  150. def subtractAll(xs: collection.IterableOnce[SourceFile]): ResponseMap.this.type
    Definition Classes
    Shrinkable
  151. def subtractOne(key: SourceFile): ResponseMap.this.type
    Definition Classes
    HashMap → Shrinkable
  152. def sum[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  153. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  154. def tail: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps
  155. def tails: collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  156. def take(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  157. def takeRight(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps
  158. def takeWhile(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  159. def to[C1](factory: Factory[(SourceFile, Set[Global.Response[Global.Tree]]), C1]): C1
    Definition Classes
    IterableOnceOps
  160. def toArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  161. final def toBuffer[B >: (SourceFile, Set[Global.Response[Global.Tree]])]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  162. def toIndexedSeq: collection.immutable.IndexedSeq[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  163. final def toIterable: ResponseMap.this.type
    Definition Classes
    Iterable → IterableOps
  164. def toList: collection.immutable.List[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  165. def toMap[K, V](implicit ev: <:<[(SourceFile, Set[Global.Response[Global.Tree]]), (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  166. def toSeq: collection.immutable.Seq[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  167. def toSet[B >: (SourceFile, Set[Global.Response[Global.Tree]])]: Set[B]
    Definition Classes
    IterableOnceOps
  168. def toString(): String
    Definition Classes
    Map → Function1 → Iterable → AnyRef → Any
  169. def toVector: collection.immutable.Vector[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  170. def transpose[B](implicit asIterable: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ collection.Iterable[B]): collection.mutable.Iterable[collection.mutable.Iterable[B]]
    Definition Classes
    IterableOps
  171. def unzip[A1, A2](implicit asPair: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ (A1, A2)): (collection.mutable.Iterable[A1], collection.mutable.Iterable[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  172. 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
    StrictOptimizedIterableOps → IterableOps
  173. def update(key: SourceFile, value: Set[Global.Response[Global.Tree]]): Unit
    Definition Classes
    HashMap → MapOps
  174. def values: collection.Iterable[Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
  175. def valuesIterator: collection.Iterator[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapOps
  176. def view: MapView[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps → IterableOps
  177. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  178. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  179. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])
  180. def withDefault(d: (SourceFile) ⇒ Set[Global.Response[Global.Tree]]): WithDefault[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map
  181. def withDefaultValue(d: Set[Global.Response[Global.Tree]]): WithDefault[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map
  182. def withFilter(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): WithFilter[SourceFile, Set[Global.Response[Global.Tree]], IterableCC, [_, _]HashMap[_, _]]
    Definition Classes
    MapOps → IterableOps
  183. def writeReplace(): AnyRef
    Attributes
    protected[this]
    Definition Classes
    Map → Iterable
  184. def zip[B](that: collection.IterableOnce[B]): collection.mutable.Iterable[((SourceFile, Set[Global.Response[Global.Tree]]), B)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  185. def zipAll[A1 >: (SourceFile, Set[Global.Response[Global.Tree]]), B](that: collection.Iterable[B], thisElem: A1, thatElem: B): collection.mutable.Iterable[(A1, B)]
    Definition Classes
    IterableOps
  186. def zipWithIndex: collection.mutable.Iterable[((SourceFile, Set[Global.Response[Global.Tree]]), Int)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  187. def [B](y: B): (ResponseMap, B)
    Implicit
    This member is added by an implicit conversion from ResponseMap toArrowAssoc[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 toany2stringadd[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

Deprecated Value Members

  1. def +[V1 >: Set[Global.Response[Global.Tree]]](elem1: (SourceFile, V1), elem2: (SourceFile, V1), elems: (SourceFile, V1)*): HashMap[SourceFile, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ with an explicit collection argument instead of + with varargs

  2. def +[V1 >: Set[Global.Response[Global.Tree]]](kv: (SourceFile, V1)): HashMap[SourceFile, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Map or fall back to Map.concat.

  3. def ++:[B >: (SourceFile, Set[Global.Response[Global.Tree]])](that: collection.IterableOnce[B]): IterableCC[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use xs ++ ys instead of ys ++: xs for xs of type Iterable

  4. final 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
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ++= (addAll) instead of varargs +=

  5. def -(key1: SourceFile, key2: SourceFile, keys: SourceFile*): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
    Annotations
    @deprecated @deprecatedOverriding("This method should be final, but is not due to scala/bug#10853", "2.13.0")
    Deprecated

    (Since version 2.13.0) Use -- or removeAll on an immutable Map

  6. def -(key: SourceFile): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
    Annotations
    @deprecated @deprecatedOverriding("This method should be final, but is not due to scala/bug#10853", "2.13.0")
    Deprecated

    (Since version 2.13.0) Use - or remove on an immutable Map

  7. def --(keys: collection.IterableOnce[SourceFile]): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Map.

  8. def /:[B](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  9. final def /:[B](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  10. def :\[B](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  11. final def :\[B](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  12. def aggregate[B](z: ⇒ B)(seqop: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B, combop: (B, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  13. def collectFirst[B](f: PartialFunction[(SourceFile, Set[Global.Response[Global.Tree]]), B]): Option[B]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  14. def companion: IterableFactory[IterableCC]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  15. def copyToBuffer(dest: Buffer[(SourceFile, Set[Global.Response[Global.Tree]])]): Unit
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

  16. final def copyToBuffer[B >: (SourceFile, Set[Global.Response[Global.Tree]])](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  17. def count(f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Int
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  18. def exists(f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  19. def filter(f: ((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 toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  20. def filterKeys(p: (SourceFile) ⇒ Boolean): MapView[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.filterKeys(f). A future version will include a strict version of this method (for now, .view.filterKeys(p).toMap).

  21. def find(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  22. def flatMap[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ collection.IterableOnce[B]): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable

  23. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  24. def fold[A1 >: (SourceFile, Set[Global.Response[Global.Tree]])](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use foldLeft instead

  25. def foldLeft[B](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  26. def foldRight[B](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  27. def forall(f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  28. def foreach[U](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ U): Unit
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

  29. final def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .knownSize >=0 instead of .hasDefiniteSize

  30. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  31. def map[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable

  32. def mapValues[W](f: (Set[Global.Response[Global.Tree]]) ⇒ W): MapView[SourceFile, W]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).

  33. def max(implicit ord: math.Ordering[(SourceFile, Set[Global.Response[Global.Tree]])]): (SourceFile, Set[Global.Response[Global.Tree]])
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  34. def maxBy[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B)(implicit cmp: math.Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  35. def min(implicit ord: math.Ordering[(SourceFile, Set[Global.Response[Global.Tree]])]): (SourceFile, Set[Global.Response[Global.Tree]])
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  36. def minBy[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B)(implicit cmp: math.Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  37. def mkString: String
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  38. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  39. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  40. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  41. def product(implicit num: math.Numeric[(SourceFile, Set[Global.Response[Global.Tree]])]): (SourceFile, Set[Global.Response[Global.Tree]])
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  42. def reduce(f: ((SourceFile, Set[Global.Response[Global.Tree]]), (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ (SourceFile, Set[Global.Response[Global.Tree]])): (SourceFile, Set[Global.Response[Global.Tree]])
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  43. def reduceLeft(f: ((SourceFile, Set[Global.Response[Global.Tree]]), (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ (SourceFile, Set[Global.Response[Global.Tree]])): (SourceFile, Set[Global.Response[Global.Tree]])
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  44. def reduceLeftOption(f: ((SourceFile, Set[Global.Response[Global.Tree]]), (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ (SourceFile, Set[Global.Response[Global.Tree]])): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  45. def reduceOption(f: ((SourceFile, Set[Global.Response[Global.Tree]]), (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ (SourceFile, Set[Global.Response[Global.Tree]])): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  46. def reduceRight(f: ((SourceFile, Set[Global.Response[Global.Tree]]), (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ (SourceFile, Set[Global.Response[Global.Tree]])): (SourceFile, Set[Global.Response[Global.Tree]])
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  47. def reduceRightOption(f: ((SourceFile, Set[Global.Response[Global.Tree]]), (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ (SourceFile, Set[Global.Response[Global.Tree]])): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  48. final def repr: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  49. final def retain(p: (SourceFile, Set[Global.Response[Global.Tree]]) ⇒ Boolean): ResponseMap.this.type
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use filterInPlace instead

  50. def sameElements[B >: A](that: collection.IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  51. def scan[B >: (SourceFile, Set[Global.Response[Global.Tree]])](z: B)(op: (B, B) ⇒ B): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use scanLeft instead

  52. def seq: ResponseMap.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  53. def size: Int
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  54. def sum(implicit num: math.Numeric[(SourceFile, Set[Global.Response[Global.Tree]])]): (SourceFile, Set[Global.Response[Global.Tree]])
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  55. def to[C1](factory: Factory[(SourceFile, Set[Global.Response[Global.Tree]]), C1]): C1
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  56. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  57. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  58. def toIndexedSeq: collection.IndexedSeq[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  59. final def toIterable: collection.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  60. def toIterator: collection.Iterator[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  61. final def toIterator: collection.Iterator[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  62. def toList: collection.immutable.List[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  63. def toMap[K, V](implicit ev: <:<[(SourceFile, Set[Global.Response[Global.Tree]]), (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  64. def toSeq: collection.immutable.Seq[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  65. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  66. def toStream: collection.immutable.Stream[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

  67. final def toStream: collection.immutable.Stream[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  68. final def toTraversable: collection.Traversable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  69. final def toTraversable: collection.Traversable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  70. def toVector: collection.immutable.Vector[(SourceFile, Set[Global.Response[Global.Tree]])]
    Implicit
    This member is added by an implicit conversion from ResponseMap toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

  71. final def transform(f: (SourceFile, Set[Global.Response[Global.Tree]]) ⇒ Set[Global.Response[Global.Tree]]): ResponseMap.this.type
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use mapValuesInPlace instead

  72. def updated[V1 >: Set[Global.Response[Global.Tree]]](key: SourceFile, value: V1): HashMap[SourceFile, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use m.clone().addOne((k,v)) instead of m.updated(k, v)

  73. final def view(from: Int, until: Int): View[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

  74. def withFilter(f: ((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 toIterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead

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

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

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

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

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

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

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.Cloneable[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]

Inherited from Cloneable

Inherited from java.lang.Cloneable

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

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

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

Inherited from Equals

Inherited from MapOps[SourceFile, Set[Global.Response[Global.Tree]], [_, _]HashMap[_, _], 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 AbstractIterable[(SourceFile, Set[Global.Response[Global.Tree]])]

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

Inherited from Serializable

Inherited from java.io.Serializable

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

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

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

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromResponseMap to IterableOnceExtensionMethods[(SourceFile, Set[Global.Response[Global.Tree]])]

Inherited by implicit conversion any2stringadd fromResponseMap to any2stringadd[ResponseMap]

Inherited by implicit conversion StringFormat fromResponseMap to StringFormat[ResponseMap]

Inherited by implicit conversion Ensuring fromResponseMap to Ensuring[ResponseMap]

Inherited by implicit conversion ArrowAssoc fromResponseMap to ArrowAssoc[ResponseMap]

Ungrouped