Packages

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

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

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
    StrictOptimizedMapOps → 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
    MapOps → IterableOps
    Annotations
    @deprecated
    Deprecated

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

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

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

  5. 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 +=

  6. 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

  7. 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

  8. 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.

  9. 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

  10. 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 /:

  11. 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

  12. 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 :\

  13. 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.

  14. 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

  15. 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

  16. 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

  17. 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

  18. 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

  19. 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

  20. 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

  21. 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).

  22. 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

  23. 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

  24. 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

  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. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  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 seq: ResponseMap.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

  52. 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

  53. 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

  54. 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

  55. 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

  56. 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

  57. 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

  58. 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

  59. 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

  60. 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

  61. 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

  62. 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

  63. 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

  64. 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

  65. 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

  66. 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

  67. 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

  68. 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

  69. 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

  70. 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

  71. 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)

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

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

  73. 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

  74. 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
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

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

Inherited from java.io.Serializable

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 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 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