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

  107. def keysIterator: collection.Iterator[SourceFile]
    Definition Classes
    HashMap → MapLike → GenMapLike
  108. def last: (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    TraversableLike → GenTraversableLike
  109. def lastOption: Option[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    TraversableLike → GenTraversableLike
  110. def lift: (SourceFile) ⇒ Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    PartialFunction
  111. 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
  112. def mapResult[NewTo](f: (HashMap[SourceFile, Set[Global.Response[Global.Tree]]]) ⇒ NewTo): Builder[(SourceFile, Set[Global.Response[Global.Tree]]), NewTo]
    Definition Classes
    Builder
  113. def mapValues[W](f: (Set[Global.Response[Global.Tree]]) ⇒ W): Map[SourceFile, W]
    Definition Classes
    MapLike → GenMapLike
  114. def max[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit cmp: Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. 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
  116. def min[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit cmp: Ordering[B]): (SourceFile, Set[Global.Response[Global.Tree]])
    Definition Classes
    TraversableOnce → GenTraversableOnce
  117. 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
  118. def mkString: String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. def mkString(sep: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  120. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  121. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  122. 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
  123. def nnSizeMapAdd(h: Int): Unit
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  124. def nnSizeMapRemove(h: Int): Unit
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  125. def nnSizeMapReset(tableLength: Int): Unit
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  126. def nonEmpty: Boolean
    Definition Classes
    TraversableOnce → GenTraversableOnce
  127. final def notify(): Unit
    Definition Classes
    AnyRef
  128. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  129. def orElse[A1 <: SourceFile, B1 >: Set[Global.Response[Global.Tree]]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  130. 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
  131. def product[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def put(key: SourceFile, value: Set[Global.Response[Global.Tree]]): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapLike
  133. def reduce[A1 >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. def reduceLeft[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): B
    Definition Classes
    TraversableOnce
  135. def reduceLeftOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (B, (SourceFile, Set[Global.Response[Global.Tree]])) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def reduceOption[A1 >: (SourceFile, Set[Global.Response[Global.Tree]])](op: (A1, A1) ⇒ A1): Option[A1]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def reduceRight[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): B
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  138. def reduceRightOption[B >: (SourceFile, Set[Global.Response[Global.Tree]])](op: ((SourceFile, Set[Global.Response[Global.Tree]]), B) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  139. def remove(key: SourceFile): Option[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapLike
  140. def removeEntry(key: SourceFile): DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  141. def repr: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    TraversableLike → GenTraversableLike
  142. def result(): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    MapLike → Builder
  143. def retain(p: (SourceFile, Set[Global.Response[Global.Tree]]) ⇒ Boolean): ResponseMap.this.type
    Definition Classes
    MapLike
  144. def reversed: List[(SourceFile, Set[Global.Response[Global.Tree]])]
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  145. def runWith[U](action: (Set[Global.Response[Global.Tree]]) ⇒ U): (SourceFile) ⇒ Boolean
    Definition Classes
    PartialFunction
  146. def sameElements[B >: (SourceFile, Set[Global.Response[Global.Tree]])](that: GenIterable[B]): Boolean
    Definition Classes
    IterableLike → GenIterableLike
  147. 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
  148. 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
  149. 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.

  150. val seedvalue: Int
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @transient()
  151. def seq: Map[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map → Map → GenMap → GenMapLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → TraversableOnce → GenTraversableOnce
  152. def size: Int
    Definition Classes
    HashMap → GenTraversableLike → TraversableOnce → GenTraversableOnce
  153. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit
    Definition Classes
    Builder
  154. def sizeHint(coll: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  155. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  156. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  157. def sizeHintIfCheap: Int
    Attributes
    protected[scala.collection]
    Definition Classes
    GenTraversableOnce
  158. final def sizeMapBucketBitSize: Int
    Attributes
    protected
    Definition Classes
    HashUtils
  159. final def sizeMapBucketSize: Int
    Attributes
    protected
    Definition Classes
    HashUtils
  160. def sizeMapDisable(): Unit
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  161. def sizeMapInit(tableLength: Int): Unit
    Attributes
    protected
    Definition Classes
    HashTable
  162. def sizeMapInitAndRebuild(): Unit
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  163. val sizemap: Array[Int]
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @transient()
  164. def slice(from: Int, until: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  165. def sliding(size: Int, step: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableLike
  166. def sliding(size: Int): collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableLike
  167. 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
  168. def splitAt(n: Int): (HashMap[SourceFile, Set[Global.Response[Global.Tree]]], HashMap[SourceFile, Set[Global.Response[Global.Tree]]])
    Definition Classes
    TraversableLike → GenTraversableLike
  169. def stringPrefix: String
    Definition Classes
    MapLike → TraversableLike → GenTraversableLike
  170. def sum[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  171. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  172. val table: Array[HashEntry[SourceFile, DefaultEntry[SourceFile, Set[Global.Response[Global.Tree]]]]]
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @transient()
  173. val tableSize: Int
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @transient()
  174. def tableSizeSeed: Int
    Attributes
    protected
    Definition Classes
    HashTable
  175. def tail: HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    TraversableLike → GenTraversableLike
  176. def tails: collection.Iterator[HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    TraversableLike
  177. def take(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  178. def takeRight(n: Int): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableLike
  179. def takeWhile(p: ((SourceFile, Set[Global.Response[Global.Tree]])) ⇒ Boolean): HashMap[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  180. def thisCollection: collection.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  181. val threshold: Int
    Attributes
    protected
    Definition Classes
    HashTable
    Annotations
    @transient()
  182. 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
  183. def toArray[B >: (SourceFile, Set[Global.Response[Global.Tree]])](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  184. def toBuffer[E >: (SourceFile, Set[Global.Response[Global.Tree]])]: Buffer[E]
    Definition Classes
    MapLike → TraversableOnce → GenTraversableOnce
  185. 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
  186. def toIndexedSeq: collection.immutable.IndexedSeq[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  187. def toIterable: collection.Iterable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  188. def toIterator: collection.Iterator[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  189. def toList: List[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  190. def toMap[T, U](implicit ev: <:<[(SourceFile, Set[Global.Response[Global.Tree]]), (T, U)]): Map[T, U]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  191. def toSeq: collection.Seq[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    MapLike → MapLike → TraversableOnce → GenTraversableOnce
  192. def toSet[B >: (SourceFile, Set[Global.Response[Global.Tree]])]: Set[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  193. def toStream: collection.immutable.Stream[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  194. def toString(): String
    Definition Classes
    MapLike → TraversableLike → Function1 → AnyRef → Any
  195. def toTraversable: collection.Traversable[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  196. def toVector: Vector[(SourceFile, Set[Global.Response[Global.Tree]])]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  197. def transform(f: (SourceFile, Set[Global.Response[Global.Tree]]) ⇒ Set[Global.Response[Global.Tree]]): ResponseMap.this.type
    Definition Classes
    MapLike
  198. 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.

  199. 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
  200. 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
  201. def update(key: SourceFile, value: Set[Global.Response[Global.Tree]]): Unit
    Definition Classes
    HashMap → MapLike
  202. def updated[V1 >: Set[Global.Response[Global.Tree]]](key: SourceFile, value: V1): Map[SourceFile, V1]
    Definition Classes
    MapLike → MapLike
  203. def useSizeMap(t: Boolean): Unit
    Definition Classes
    HashMap
  204. def values: collection.Iterable[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapLike → GenMapLike
  205. def valuesIterator: collection.Iterator[Set[Global.Response[Global.Tree]]]
    Definition Classes
    HashMap → MapLike → GenMapLike
  206. def view(from: Int, until: Int): IterableView[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableLike → TraversableLike
  207. def view: IterableView[(SourceFile, Set[Global.Response[Global.Tree]]), HashMap[SourceFile, Set[Global.Response[Global.Tree]]]]
    Definition Classes
    IterableLike → TraversableLike
  208. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  209. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  210. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  211. def withDefault(d: (SourceFile) ⇒ Set[Global.Response[Global.Tree]]): Map[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map
  212. def withDefaultValue(d: Set[Global.Response[Global.Tree]]): Map[SourceFile, Set[Global.Response[Global.Tree]]]
    Definition Classes
    Map
  213. 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
  214. 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
  215. 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
  216. 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
  217. 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

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

Inherited from Serializable

Inherited from java.io.Serializable

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