Packages

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

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

Instance Constructors

  1. new ResponseMap()

Type Members

  1. trait GenKeySet extends Serializable
    Attributes
    protected
    Definition Classes
    MapOps
  2. type IterableCC[X] = collection.mutable.Iterable[X]
    Attributes
    protected
    Definition Classes
    IterableOps
  3. class KeySet extends AbstractSet[K] with GenKeySet
    Attributes
    protected
    Definition Classes
    MapOps
    Annotations
    @SerialVersionUID()
  4. type MapCC[K, V] = HashMap[K, V]
    Attributes
    protected
    Definition Classes
    MapOps

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++[V2 >: Set[Global.Response[Global.Tree]]](xs: collection.Iterable[(SourceFile, V2)]): HashMap[SourceFile, V2]
    Definition Classes
    MapOps
  4. final def ++[B >: (SourceFile, Set[Global.Response[Global.Tree]])](suffix: collection.Iterable[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 +=(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
    @inline()
  7. final def +=(elem: (SourceFile, Set[Global.Response[Global.Tree]])): ResponseMap.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  8. final def --=(xs: collection.IterableOnce[SourceFile]): ResponseMap.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  9. def -=(elem1: SourceFile, elem2: SourceFile, elems: SourceFile*): ResponseMap.this.type
    Definition Classes
    Shrinkable
  10. final def -=(elem: SourceFile): ResponseMap.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  11. 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()
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def addAll(xs: collection.IterableOnce[(SourceFile, Set[Global.Response[Global.Tree]])]): ResponseMap.this.type
    Definition Classes
    Growable
  14. def addOne(binding: (SourceFile, Set[Global.Response[Global.Tree]])): ResponseMap.this.type
    Definition Classes
    ResponseMap → HashMap → Growable
  15. def addString(b: collection.mutable.StringBuilder): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
  16. def addString(b: collection.mutable.StringBuilder, sep: String): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
  17. def addString(b: collection.mutable.StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  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
    Definition Classes
    IterableOps
  24. def clear(): Unit
    Definition Classes
    HashMap → 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[B](pf: PartialFunction[(SourceFile, Set[Global.Response[Global.Tree]]), B]): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  28. def collect[K2, V2](pf: PartialFunction[(SourceFile, Set[Global.Response[Global.Tree]]), (K2, V2)]): HashMap[K2, V2]
    Definition Classes
    MapOps
  29. def collectFirst[B](pf: PartialFunction[(SourceFile, Set[Global.Response[Global.Tree]]), B]): Option[B]
    Definition Classes
    IterableOnceOps
  30. def compose[A](g: (A) ⇒ SourceFile): (A) ⇒ Set[Global.Response[Global.Tree]]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  31. def concat[V2 >: Set[Global.Response[Global.Tree]]](suffix: collection.Iterable[(SourceFile, V2)]): HashMap[SourceFile, V2]
    Definition Classes
    MapOps
  32. def concat[B >: (SourceFile, Set[Global.Response[Global.Tree]])](suffix: collection.Iterable[B]): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
  33. def contains(key: SourceFile): Boolean
    Definition Classes
    HashMap → MapOps
  34. def copyToArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](xs: Array[B], start: Int, len: Int): xs.type
    Definition Classes
    IterableOnceOps
  35. def copyToArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](xs: Array[B], start: Int): xs.type
    Definition Classes
    IterableOnceOps
  36. def count(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Int
    Definition Classes
    IterableOnceOps
  37. def default(key: SourceFile): Set[Global.Response[Global.Tree]]
    Definition Classes
    ResponseMap → MapOps
  38. def drop(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  39. def dropRight(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps
  40. def dropWhile(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  41. def empty: MapCC[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map → MapOps
  42. 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
  43. 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
  44. 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
  45. 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
  46. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def equals(o: Any): Boolean
    Definition Classes
    Map → Equals → AnyRef → Any
  48. def exists(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  49. def filter(pred: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  50. 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
  51. def filterInPlace(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): ResponseMap.this.type
    Definition Classes
    MapOps
  52. def filterKeys(p: (SourceFile) ⇒ Boolean): MapView[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
  53. def filterNot(pred: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  54. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  55. def find(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  56. def flatMap[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  57. def flatMap[K2, V2](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ collection.IterableOnce[(K2, V2)]): HashMap[K2, V2]
    Definition Classes
    MapOps
  58. def flatMapInPlace(f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ collection.IterableOnce[(SourceFile, Set[Global.Response[Global.Tree]])]): ResponseMap.this.type
    Definition Classes
    MapOps
  59. def flatten[B](implicit toIterableOnce: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  60. def fold[A1 >: (SourceFile, Set[Global.Response[Global.Tree]])](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    IterableOnceOps
  61. def foldLeft[B](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): B
    Definition Classes
    IterableOnceOps
  62. def foldRight[B](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  63. def forall(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  64. def foreach[U](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ U): Unit
    Definition Classes
    HashMap → IterableOnceOps
  65. 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()
  66. final def fromIterable[E](it: collection.Iterable[E]): collection.mutable.Iterable[E]
    Attributes
    protected
    Definition Classes
    IterableOps
    Annotations
    @inline()
  67. def fromSpecificIterable(coll: collection.Iterable[(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
    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
    IterableOnceOps
  83. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  84. def iterableFactory: IterableFactory[IterableCC]
    Definition Classes
    Iterable → Iterable → IterableOps
  85. def iterator: collection.Iterator[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    HashMap → IterableOnce
  86. def keySet: Set[SourceFile]
    Definition Classes
    MapOps
  87. def keys: collection.Iterable[SourceFile]
    Definition Classes
    MapOps
  88. def keysIterator: collection.Iterator[SourceFile]
    Definition Classes
    MapOps
  89. def knownSize: Int
    Definition Classes
    IterableOnceOps
  90. def last: (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOps
  91. def lastOption: Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOps
  92. def lazyZip[B](that: collection.Iterable[B]): LazyZip2[(SourceFile, Set[Global.Response[Global.Tree]]), B, HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Implicit
    This member is added by an implicit conversion from ResponseMap toLazyZipOps[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]] performed by method toLazyZipOps in scala.collection.Map.
    Definition Classes
    LazyZipOps
  93. def lift: (SourceFile) ⇒ Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    PartialFunction
  94. def map[B](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  95. def map[K2, V2](f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ (K2, V2)): HashMap[K2, V2]
    Definition Classes
    MapOps
  96. def mapFactory: MapFactory[HashMap]
    Definition Classes
    HashMap → Map → Map → MapOps
  97. final def mapFromIterable[K2, V2](it: collection.Iterable[(K2, V2)]): HashMap[K2, V2]
    Attributes
    protected
    Definition Classes
    MapOps
    Annotations
    @inline()
  98. def mapInPlace(f: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ (SourceFile, Set[Global.Response[Global.Tree]])): ResponseMap.this.type
    Definition Classes
    MapOps → IterableOps
  99. def mapValues[W](f: (Set[Global.Response[Global.Tree]]) ⇒ W): MapView[SourceFile, W]
    Definition Classes
    MapOps
  100. def max[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit ord: math.Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOnceOps
  101. 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
  102. 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
  103. def maxOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit ord: math.Ordering[B]): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  104. def min[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit ord: math.Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    IterableOnceOps
  105. 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
  106. 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
  107. def minOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit ord: math.Ordering[B]): Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  108. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    MapOps → IterableOnceOps
  109. def mkString: String
    Definition Classes
    IterableOnceOps
  110. def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
  111. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  112. def newSpecificBuilder: Builder[(SourceFile, Set[Global.Response[Global.Tree]]), MapCC[SourceFile, Set[Global.Response[Global.Tree]]]]
    Attributes
    protected
    Definition Classes
    Map → Iterable → IterableOps
  113. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  114. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  115. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  116. def orElse[A1 <: SourceFile, B1 >: Set[Global.Response[Global.Tree]]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  117. 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
  118. def product[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  119. def put(key: SourceFile, value: Set[Global.Response[Global.Tree]]): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapOps
  120. def reduce[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  121. def reduceLeft[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): B
    Definition Classes
    IterableOnceOps
  122. def reduceLeftOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  123. def reduceOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  124. def reduceRight[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  125. def reduceRightOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  126. def remove(key: SourceFile): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
  127. def reversed: collection.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  128. def runWith[U](action: (Set[Global.Response[Global.Tree]]) ⇒ U): (SourceFile) ⇒ Boolean
    Definition Classes
    PartialFunction
  129. def scan[B >: (SourceFile, Set[Global.Response[Global.Tree]])](z: B)(op: (B, B) ⇒ B): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
  130. def scanLeft[B](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): collection.mutable.Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  131. def scanRight[B](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
  132. def size: Int
    Definition Classes
    HashMap → IterableOnceOps
  133. def slice(from: Int, until: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  134. def sliding(size: Int, step: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  135. def sliding(size: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  136. 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
  137. def splitAt(n: Int): (HashMap[SourceFile, Set[Global.Response[Global.Tree]]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]])
    Definition Classes
    IterableOps
  138. def subtractAll(xs: collection.IterableOnce[SourceFile]): ResponseMap.this.type
    Definition Classes
    Shrinkable
  139. def subtractOne(key: SourceFile): ResponseMap.this.type
    Definition Classes
    HashMap → Shrinkable
  140. def sum[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  141. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  142. def tail: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps
  143. def tails: collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableOps
  144. def take(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  145. def takeRight(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps
  146. def takeWhile(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableOps → IterableOnceOps
  147. val this: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Implicit
    This member is added by an implicit conversion from ResponseMap toLazyZipOps[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]] performed by method toLazyZipOps in scala.collection.Map.
    Definition Classes
    LazyZipOps
  148. def to[C1](factory: Factory[(SourceFile, Set[Global.Response[Global.Tree]]), C1]): C1
    Definition Classes
    IterableOnceOps
  149. def toArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  150. def toIndexedSeq: collection.immutable.IndexedSeq[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  151. final def toIterable: ResponseMap.this.type
    Definition Classes
    Iterable → IterableOps
  152. def toList: collection.immutable.List[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  153. def toMap[K, V](implicit ev: <:<[(SourceFile, Set[Global.Response[Global.Tree]]), (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  154. def toSeq: collection.immutable.Seq[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  155. def toSet[B >: (SourceFile, Set[Global.Response[Global.Tree]])]: Set[B]
    Definition Classes
    IterableOnceOps
  156. def toString(): String
    Definition Classes
    MapOps → Function1 → IterableOps → AnyRef → Any
  157. def toVector: collection.immutable.Vector[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableOnceOps
  158. def transpose[B](implicit asIterable: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ collection.Iterable[B]): collection.mutable.Iterable[collection.mutable.Iterable[B]]
    Definition Classes
    IterableOps
  159. 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
  160. 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
  161. def update(key: SourceFile, value: Set[Global.Response[Global.Tree]]): Unit
    Definition Classes
    MapOps
  162. def values: collection.Iterable[Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
  163. def valuesIterator: collection.Iterator[Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps
  164. def view: MapView[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapOps → IterableOps
  165. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  166. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  167. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])
  168. def withDefault(d: (SourceFile) ⇒ Set[Global.Response[Global.Tree]]): WithDefault[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map
  169. def withDefaultValue(d: Set[Global.Response[Global.Tree]]): WithDefault[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map
  170. def withFilter(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): WithFilter[SourceFile, Set[Global.Response[Global.Tree]], IterableCC, HashMap]
    Definition Classes
    MapOps → IterableOps
  171. def zip[B](that: collection.Iterable[B]): collection.mutable.Iterable[((SourceFile, Set[Global.Response[Global.Tree]]), B)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  172. 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
  173. def zipWithIndex: collection.mutable.Iterable[((SourceFile, Set[Global.Response[Global.Tree]]), Int)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  174. def [B](y: B): (ResponseMap, B)
    Implicit
    This member is added by an implicit conversion from ResponseMap toArrowAssoc[ResponseMap] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ResponseMap toany2stringadd[ResponseMap] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (responseMap: any2stringadd[ResponseMap]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

  1. def +[V1 >: Set[Global.Response[Global.Tree]]](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

  2. 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 of /: on IterableOnce

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

  4. 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 of :\ on IterableOnce

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

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

  7. 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 of .find on IterableOnce

  8. 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 of .flatMap on IterableOnce or consider requiring an Iterable

  9. 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 of .fold on IterableOnce

  10. 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 of .foldLeft on IterableOnce

  11. 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 of .foldLeft on IterableOnce

  12. 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 of .foreach(...) on IterableOnce

  13. final def hasDefiniteSize: Boolean
    Definition Classes
    IterableOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  14. 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 of .isEmpty on IterableOnce

  15. 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 of .map on IterableOnce or consider requiring an Iterable

  16. 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 of .mkString on IterableOnce

  17. 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 of .mkString on IterableOnce

  18. 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 of .mkString on IterableOnce

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

  20. 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 for sameElements on Iterable or IterableOnce

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

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

  22. final def stringPrefix: String
    Definition Classes
    IterableOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use className instead of stringPrefix

  23. 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 factory.from(it) instead of it.to(factory) for IterableOnce

  24. 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 ArrayBuffer.from(it).toArray

  25. 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 ArrayBuffer.from(it) instead of it.toBuffer

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

    (Since version 2.13.0) Use ArrayBuffer.from(it) instead of it.toBuffer

  27. 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 Iterable.from(it) instead of it.toIterable

  28. 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) toIterator has been renamed to iterator

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

  30. 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 List.from(it) instead of it.toList

  31. 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 Map.from(it) instead of it.toVector on IterableOnce

  32. 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 Seq.from(it) instead of it.toSeq

  33. 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 Set.from(it) instead of it.toSet

  34. 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 Stream.from(it) instead of it.toStream

  35. 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 Stream.from(it) instead of it.toStream

  36. 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 Vector.from(it) instead of it.toVector on IterableOnce

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

    (Since version 2.13.0) Use mapInPlace instead

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

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

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

Inherited from Serializable

Inherited from java.io.Serializable

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

Inherited from Shrinkable[SourceFile]

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

Inherited from Clearable

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

Inherited from Cloneable

Inherited from java.lang.Cloneable

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

Inherited from IterableOps[(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 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 toLazyZipOps fromResponseMap to LazyZipOps[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[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