Packages

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

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

Instance Constructors

  1. new ResponseMap()

Type Members

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

Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Shadowed Implicit Value Members

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

Deprecated Value Members

  1. def /:[B](z: B)(op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldLeft instead of /:

  2. def :\[B](z: B)(op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldRight instead of :\

  3. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ResponseMap to StringFormat[ResponseMap] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

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

Inherited from Serializable

Inherited from java.io.Serializable

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

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

Inherited from HashUtils[SourceFile]

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

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

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

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

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from Shrinkable[SourceFile]

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

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

Inherited from Clearable

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

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

Inherited from Mutable

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

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

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

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

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

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

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

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

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

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

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

Inherited from Equals

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

Inherited by implicit conversion alternateImplicit from ResponseMap to ForceImplicitAmbiguity

Ungrouped