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, MapFactoryDefaults[SourceFile, Set[Global.Response[Global.Tree]], [x, y]HashMap[x, y], [x]collection.mutable.Iterable[x]], 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]])], IterableFactoryDefaults[(SourceFile, Set[Global.Response[Global.Tree]]), [x]collection.mutable.Iterable[x]], 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. MapFactoryDefaults
  20. MapOps
  21. PartialFunction
  22. Function1
  23. AbstractIterable
  24. Iterable
  25. IterableFactoryDefaults
  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. class KeySet extends AbstractSet[K] with GenKeySet with DefaultSerializable
    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. final 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
    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 elementWise: ElementWiseExtractor[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    PartialFunction
  45. def empty: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapFactoryDefaults → IterableOps
  46. 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
  47. 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
  48. 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
  49. 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
  50. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def equals(o: Any): Boolean
    Definition Classes
    Map → Equals → AnyRef → Any
  52. def exists(p: ((SourceFile, Set[Global.Response[Global.Tree]])) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  53. def filter(pred: ((SourceFile, Set[Global.Response[Global.Tree]])) => Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  54. 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
  55. def filterInPlace(p: (SourceFile, Set[Global.Response[Global.Tree]]) => Boolean): ResponseMap.this.type
    Definition Classes
    HashMap → MapOps
  56. def filterNot(pred: ((SourceFile, Set[Global.Response[Global.Tree]])) => Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  57. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  58. def find(p: ((SourceFile, Set[Global.Response[Global.Tree]])) => Boolean): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  59. def flatMap[K2, V2](f: ((SourceFile, Set[Global.Response[Global.Tree]])) => collection.IterableOnce[(K2, V2)]): HashMap[K2, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  60. def flatMap[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) => collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  61. def flatten[B](implicit toIterableOnce: ((SourceFile, Set[Global.Response[Global.Tree]])) => collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  62. def fold[A1 >: (SourceFile, Set[Global.Response[Global.Tree]])](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  63. def foldLeft[B](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) => B): B
    Definition Classes
    IterableOnceOps
  64. def foldRight[B](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) => B): B
    Definition Classes
    IterableOnceOps
  65. def forall(p: ((SourceFile, Set[Global.Response[Global.Tree]])) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  66. def foreach[U](f: ((SourceFile, Set[Global.Response[Global.Tree]])) => U): Unit
    Definition Classes
    HashMap → IterableOnceOps
  67. def foreachEntry[U](f: (SourceFile, Set[Global.Response[Global.Tree]]) => U): Unit
    Definition Classes
    MapOps
  68. 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()
  69. def fromSpecific(coll: collection.IterableOnce[(SourceFile, Set[Global.Response[Global.Tree]])]): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Attributes
    protected
    Definition Classes
    MapFactoryDefaults → IterableOps
  70. def get(key: SourceFile): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapOps
  71. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  72. def getOrElse[V1 >: Set[Global.Response[Global.Tree]]](key: SourceFile, default: => V1): V1
    Definition Classes
    HashMap → MapOps
  73. def getOrElseUpdate(key: SourceFile, defaultValue: => Set[Global.Response[Global.Tree]]): Set[Global.Response[Global.Tree]]
    Definition Classes
    HashMap → MapOps
  74. def groupBy[K](f: ((SourceFile, Set[Global.Response[Global.Tree]])) => K): Map[K, HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  75. 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
  76. 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
  77. def grouped(size: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  78. def hashCode(): Int
    Definition Classes
    Map → AnyRef → Any
  79. def head: (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOps
  80. def headOption: Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOps
  81. def init: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps
  82. def inits: collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  83. def isDefinedAt(key: SourceFile): Boolean
    Definition Classes
    MapOps → PartialFunction
  84. def isEmpty: Boolean
    Definition Classes
    HashMap → IterableOnceOps
  85. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  86. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  87. def iterableFactory: IterableFactory[collection.mutable.Iterable]
    Definition Classes
    Iterable → Iterable → IterableOps
  88. def iterator: collection.Iterator[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    HashMap → IterableOnce
  89. def keySet: Set[SourceFile]
    Definition Classes
    MapOps
  90. def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[SourceFile, S]): S with EfficientSplit
    Definition Classes
    HashMap → MapOps
  91. def keys: collection.Iterable[SourceFile]
    Definition Classes
    MapOps
  92. def keysIterator: collection.Iterator[SourceFile]
    Definition Classes
    HashMap → MapOps
  93. def knownSize: Int
    Definition Classes
    HashMap → MapOps → Growable → IterableOnce
  94. def last: (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOps
  95. def lastOption: Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOps
  96. def lazyZip[B](that: collection.Iterable[B]): LazyZip2[(SourceFile, Set[Global.Response[Global.Tree]]), B, ResponseMap.this.type]
    Definition Classes
    Iterable
  97. def lift: (SourceFile) => Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    PartialFunction
  98. def map[K2, V2](f: ((SourceFile, Set[Global.Response[Global.Tree]])) => (K2, V2)): HashMap[K2, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  99. def map[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) => B): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  100. def mapFactory: MapFactory[HashMap]
    Definition Classes
    HashMap → Map → Map → MapOps
  101. final def mapFromIterable[K2, V2](it: collection.Iterable[(K2, V2)]): HashMap[K2, V2]
    Attributes
    protected
    Definition Classes
    MapOps
    Annotations
    @inline()
  102. def mapResult[NewTo](f: (HashMap[SourceFile, Set[Global.Response[Global.Tree]]]) => NewTo): Builder[(SourceFile, Set[Global.Response[Global.Tree]]), NewTo]
    Definition Classes
    Builder
  103. def mapValuesInPlace(f: (SourceFile, Set[Global.Response[Global.Tree]]) => Set[Global.Response[Global.Tree]]): ResponseMap.this.type
    Definition Classes
    MapOps
  104. def max[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit ord: math.Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOnceOps
  105. 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
  106. 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
  107. def maxOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit ord: math.Ordering[B]): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  108. def min[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit ord: math.Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOnceOps
  109. 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
  110. 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
  111. def minOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit ord: math.Ordering[B]): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  112. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  113. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  114. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  115. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  116. def newSpecificBuilder: Builder[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Attributes
    protected
    Definition Classes
    MapFactoryDefaults → IterableOps
  117. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  118. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  119. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  120. def orElse[A1 <: SourceFile, B1 >: Set[Global.Response[Global.Tree]]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  121. 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
  122. 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
  123. def product[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  124. def put(key: SourceFile, value: Set[Global.Response[Global.Tree]]): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapOps
  125. def reduce[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  126. def reduceLeft[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) => B): B
    Definition Classes
    IterableOnceOps
  127. def reduceLeftOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) => B): Option[B]
    Definition Classes
    IterableOnceOps
  128. def reduceOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  129. def reduceRight[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) => B): B
    Definition Classes
    IterableOnceOps
  130. def reduceRightOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  131. def remove(key: SourceFile): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapOps
  132. def result(): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps → Builder
  133. def reversed: collection.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  134. def runWith[U](action: (Set[Global.Response[Global.Tree]]) => U): (SourceFile) => Boolean
    Definition Classes
    PartialFunction
  135. def scan[B >: (SourceFile, Set[Global.Response[Global.Tree]])](z: B)(op: (B, B) => B): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
  136. def scanLeft[B](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) => B): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  137. def scanRight[B](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) => B): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
  138. def size: Int
    Definition Classes
    HashMap → IterableOnceOps
  139. def sizeCompare(that: collection.Iterable[_]): Int
    Definition Classes
    IterableOps
  140. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  141. def sizeHint(size: Int): Unit
    Definition Classes
    HashMap → Builder
  142. final def sizeHint(coll: collection.IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  143. final def sizeHintBounded(size: Int, boundingColl: collection.Iterable[_]): Unit
    Definition Classes
    Builder
  144. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  145. def slice(from: Int, until: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  146. def sliding(size: Int, step: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  147. def sliding(size: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  148. 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
  149. def splitAt(n: Int): (HashMap[SourceFile, Set[Global.Response[Global.Tree]]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]])
    Definition Classes
    IterableOps → IterableOnceOps
  150. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(SourceFile, Set[Global.Response[Global.Tree]]), S]): S with EfficientSplit
    Definition Classes
    HashMap → IterableOnce
  151. 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()
  152. 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()
  153. 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()
  154. 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()
  155. 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()
  156. 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()
  157. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    HashMap → Map → Iterable
    Annotations
    @deprecatedOverriding("Compatibility override", "2.13.0")
  158. def subtractAll(xs: collection.IterableOnce[SourceFile]): ResponseMap.this.type
    Definition Classes
    HashMap → Shrinkable
  159. def subtractOne(elem: SourceFile): ResponseMap.this.type
    Definition Classes
    HashMap → Shrinkable
  160. def sum[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  161. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  162. def tail: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps
  163. def tails: collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  164. def take(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  165. def takeRight(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  166. def takeWhile(p: ((SourceFile, Set[Global.Response[Global.Tree]])) => Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  167. def tapEach[U](f: ((SourceFile, Set[Global.Response[Global.Tree]])) => U): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  168. def to[C1](factory: Factory[(SourceFile, Set[Global.Response[Global.Tree]]), C1]): C1
    Definition Classes
    IterableOnceOps
  169. def toArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  170. final def toBuffer[B >: (SourceFile, Set[Global.Response[Global.Tree]])]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  171. def toIndexedSeq: collection.immutable.IndexedSeq[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  172. final def toIterable: ResponseMap.this.type
    Definition Classes
    Iterable → IterableOps
  173. def toList: collection.immutable.List[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  174. def toMap[K, V](implicit ev: <:<[(SourceFile, Set[Global.Response[Global.Tree]]), (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  175. def toSeq: collection.immutable.Seq[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  176. def toSet[B >: (SourceFile, Set[Global.Response[Global.Tree]])]: Set[B]
    Definition Classes
    IterableOnceOps
  177. def toString(): String
    Definition Classes
    Map → Function1 → Iterable → AnyRef → Any
  178. def toVector: collection.immutable.Vector[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  179. def transpose[B](implicit asIterable: ((SourceFile, Set[Global.Response[Global.Tree]])) => collection.Iterable[B]): collection.mutable.Iterable[collection.mutable.Iterable[B]]
    Definition Classes
    IterableOps
  180. def unapply(a: SourceFile): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    PartialFunction
  181. 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
  182. 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
  183. def update(key: SourceFile, value: Set[Global.Response[Global.Tree]]): Unit
    Definition Classes
    HashMap → MapOps
  184. 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
  185. def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[Set[Global.Response[Global.Tree]], S]): S with EfficientSplit
    Definition Classes
    HashMap → MapOps
  186. def values: collection.Iterable[Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
  187. def valuesIterator: collection.Iterator[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapOps
  188. def view: MapView[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps → IterableOps
  189. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  190. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  191. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  192. def withDefault(d: (SourceFile) => Set[Global.Response[Global.Tree]]): Map[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map
  193. def withDefaultValue(d: Set[Global.Response[Global.Tree]]): Map[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map
  194. def withFilter(p: ((SourceFile, Set[Global.Response[Global.Tree]])) => Boolean): WithFilter[SourceFile, Set[Global.Response[Global.Tree]], [x]collection.mutable.Iterable[x], [x, y]HashMap[x, y]]
    Definition Classes
    MapFactoryDefaults → IterableOps
  195. def writeReplace(): AnyRef
    Attributes
    protected[this]
    Definition Classes
    HashMap
  196. def zip[B](that: collection.IterableOnce[B]): collection.mutable.Iterable[((SourceFile, Set[Global.Response[Global.Tree]]), B)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  197. 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
  198. 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 ++:[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

  4. def ++:[B >: (SourceFile, Set[Global.Response[Global.Tree]])](that: collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
    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. final def -(key1: SourceFile, key2: SourceFile, keys: SourceFile*): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

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

  7. final def -(key: SourceFile): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    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[[_]collection.mutable.Iterable[_]]
    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 MapFactoryDefaults[SourceFile, Set[Global.Response[Global.Tree]], [x, y]HashMap[x, y], [x]collection.mutable.Iterable[x]]

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 IterableFactoryDefaults[(SourceFile, Set[Global.Response[Global.Tree]]), [x]collection.mutable.Iterable[x]]

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