basis.collections.immutable

HashMap

final class HashMap[+A, +T] extends Equals with Immutable with Family[HashMap[_, _]] with Map[A, T]

Self Type
HashMap[A, T]
Source
HashMap.scala
Linear Supertypes
Map[A, T], Container[(A, T)], Collection[(A, T)], Traverser[(A, T)], basis.Family[HashMap[_, _]], Immutable, Equals, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Grouped
  2. Alphabetic
  3. By inheritance
Inherited
  1. HashMap
  2. Map
  3. Container
  4. Collection
  5. Traverser
  6. Family
  7. Immutable
  8. Equals
  9. AnyRef
  10. Any
Implicitly
  1. by TraverserToGeneralOps
  2. by MapToGeneralOps
  3. by ContainerToGeneralOps
  4. by CollectionToGeneralOps
  5. by TraverserToStrictOps
  6. by MapToStrictOps
  7. by ContainerToStrictOps
  8. by CollectionToStrictOps
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Family = HashMap[_, _]

    Definition Classes
    Family

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +[B >: A, U >: T](key: B, value: U): HashMap[B, U]

    Returns a copy of this map that associates the given value with the given key.

  4. def ++[B >: A](those: Traverser[B])(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictTraverserOps
  5. macro def ++[B >: A, U >: T](those: Map[B, U])(implicit builder: Builder[B] with From[Map[_, _]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]] performed by method MapToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictMapOps
  6. macro def ++[B >: A](those: Container[B])(implicit builder: Builder[B] with From[Container[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictContainerOps
  7. def ++[B >: A](those: Collection[B])(implicit builder: Builder[B] with From[Collection[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictCollectionOps
  8. def -(key: A): HashMap[A, T]

    Returns a copy of this map that associates nothing with the given key.

  9. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def apply(key: A): T

    Definition Classes
    HashMapMap
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def canEqual(other: Any): Boolean

    Definition Classes
    Map → Equals
  13. def choose[B](q: PartialFunction[(A, T), B]): Maybe[B]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralTraverserOps
  14. macro def choose[B](q: PartialFunction[(A, T), B]): Maybe[B]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralMapOps
  15. macro def choose[B](q: PartialFunction[(A, T), B]): Maybe[B]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralContainerOps
  16. def choose[B](q: PartialFunction[(A, T), B]): Maybe[B]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralCollectionOps
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def collect[B](q: PartialFunction[(A, T), B])(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictTraverserOps
  19. macro def collect[B](q: PartialFunction[(A, T), B])(implicit builder: Builder[B] with From[Map[_, _]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]] performed by method MapToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictMapOps
  20. macro def collect[B](q: PartialFunction[(A, T), B])(implicit builder: Builder[B] with From[Container[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictContainerOps
  21. def collect[B](q: PartialFunction[(A, T), B])(implicit builder: Builder[B] with From[Collection[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictCollectionOps
  22. def contains(key: A): Boolean

    Definition Classes
    HashMapMap
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(other: Any): Boolean

    Definition Classes
    Map → Equals → Any
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def flatMap[B](f: ((A, T)) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictTraverserOps
  27. macro def flatMap[B](f: ((A, T)) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Map[_, _]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]] performed by method MapToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictMapOps
  28. macro def flatMap[B](f: ((A, T)) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Container[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictContainerOps
  29. def flatMap[B](f: ((A, T)) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Collection[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictCollectionOps
  30. def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralTraverserOps
  31. macro def fold[B >: (A, T)](z: B)(op: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralMapOps
  32. macro def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralContainerOps
  33. def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralCollectionOps
  34. def foldLeft[B](z: B)(op: (B, (A, T)) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralTraverserOps
  35. macro def foldLeft[B](z: B)(op: (B, (A, T)) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralMapOps
  36. macro def foldLeft[B](z: B)(op: (B, (A, T)) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralContainerOps
  37. def foldLeft[B](z: B)(op: (B, (A, T)) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralCollectionOps
  38. def foreach[U](f: ((A, T)) ⇒ U): Unit

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralTraverserOps
  39. macro def foreach[U](f: ((A, T)) ⇒ U): Unit

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralMapOps
  40. macro def foreach[U](f: ((A, T)) ⇒ U): Unit

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralContainerOps
  41. def foreach[U](f: ((A, T)) ⇒ U): Unit

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralCollectionOps
  42. def get(key: A): Maybe[T]

    Definition Classes
    HashMapMap
  43. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  44. def hashCode(): Int

    Definition Classes
    Map → Any
  45. def isEmpty: Boolean

    Definition Classes
    HashMapContainerCollection
  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. def iterator: Iterator[(A, T)]

    Definition Classes
    HashMapContainer
  48. def keys: Set[A]

    Returns the set of keys with associations in this map.

  49. def map[B](f: ((A, T)) ⇒ B)(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictTraverserOps
  50. macro def map[B](f: ((A, T)) ⇒ B)(implicit builder: Builder[B] with From[Map[_, _]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]] performed by method MapToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictMapOps
  51. macro def map[B](f: ((A, T)) ⇒ B)(implicit builder: Builder[B] with From[Container[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictContainerOps
  52. def map[B](f: ((A, T)) ⇒ B)(implicit builder: Builder[B] with From[Collection[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictCollectionOps
  53. def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralTraverserOps
  54. macro def mayReduce[B >: (A, T)](op: (B, B) ⇒ B): Maybe[B]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralMapOps
  55. macro def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralContainerOps
  56. def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralCollectionOps
  57. def mayReduceLeft[B >: A](op: (B, (A, T)) ⇒ B): Maybe[B]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralTraverserOps
  58. macro def mayReduceLeft[B >: (A, T)](op: (B, (A, T)) ⇒ B): Maybe[B]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralMapOps
  59. macro def mayReduceLeft[B >: A](op: (B, (A, T)) ⇒ B): Maybe[B]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralContainerOps
  60. def mayReduceLeft[B >: A](op: (B, (A, T)) ⇒ B): Maybe[B]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralCollectionOps
  61. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  62. final def notify(): Unit

    Definition Classes
    AnyRef
  63. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  64. def reduce[B >: A](op: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralTraverserOps
  65. macro def reduce[B >: (A, T)](op: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralMapOps
  66. macro def reduce[B >: A](op: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralContainerOps
  67. def reduce[B >: A](op: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralCollectionOps
  68. def reduceLeft[B >: A](op: (B, (A, T)) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralTraverserOps
  69. macro def reduceLeft[B >: (A, T)](op: (B, (A, T)) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralMapOps
  70. macro def reduceLeft[B >: A](op: (B, (A, T)) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralContainerOps
  71. def reduceLeft[B >: A](op: (B, (A, T)) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Definition Classes
    GeneralCollectionOps
  72. def size: Int

    Definition Classes
    HashMapMap
  73. def stringPrefix: String

    Attributes
    protected
    Definition Classes
    HashMapCollection
  74. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  75. def toString(): String

    Definition Classes
    MapContainerCollection → Any
  76. def traverse(f: ((A, T)) ⇒ Unit): Unit

    Definition Classes
    HashMapContainerTraverser
  77. def traverse(f: (A, T) ⇒ Unit): Unit

    Definition Classes
    HashMapMap
  78. def values: Container[T]

    Returns the associated values in this map.

  79. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. macro def zip[B](those: Container[B])(implicit builder: Builder[((A, T), B)] with From[Container[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Definition Classes
    StrictContainerOps

Shadowed Implicit Value Members

  1. def count(p: ((A, T)) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralTraverserOps[(A, T)]).count(p)
    Definition Classes
    GeneralTraverserOps
  2. macro def count(p: ((A, T)) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralMapOps[A, T]).count(p)
    Definition Classes
    GeneralMapOps
  3. macro def count(p: ((A, T)) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralContainerOps[(A, T)]).count(p)
    Definition Classes
    GeneralContainerOps
  4. def count(p: ((A, T)) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralCollectionOps[(A, T)]).count(p)
    Definition Classes
    GeneralCollectionOps
  5. def drop(lower: Int)(implicit builder: Builder[(A, T)] with From[Traverser[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictTraverserOps[(A, T), Traverser[_]]).drop(lower)(builder)
    Definition Classes
    StrictTraverserOps
  6. macro def drop(lower: Int)(implicit builder: Builder[(A, T)] with From[Map[_, _]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]] performed by method MapToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictMapOps[A, T, Map[_, _]]).drop(lower)(builder)
    Definition Classes
    StrictMapOps
  7. macro def drop(lower: Int)(implicit builder: Builder[(A, T)] with From[Container[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictContainerOps[(A, T), Container[_]]).drop(lower)(builder)
    Definition Classes
    StrictContainerOps
  8. def drop(lower: Int)(implicit builder: Builder[(A, T)] with From[Collection[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictCollectionOps[(A, T), Collection[_]]).drop(lower)(builder)
    Definition Classes
    StrictCollectionOps
  9. def dropWhile(p: ((A, T)) ⇒ Boolean)(implicit builder: Builder[(A, T)] with From[Traverser[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictTraverserOps[(A, T), Traverser[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictTraverserOps
  10. macro def dropWhile(p: ((A, T)) ⇒ Boolean)(implicit builder: Builder[(A, T)] with From[Map[_, _]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]] performed by method MapToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictMapOps[A, T, Map[_, _]]).dropWhile(p)(builder)
    Definition Classes
    StrictMapOps
  11. macro def dropWhile(p: ((A, T)) ⇒ Boolean)(implicit builder: Builder[(A, T)] with From[Container[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictContainerOps[(A, T), Container[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictContainerOps
  12. def dropWhile(p: ((A, T)) ⇒ Boolean)(implicit builder: Builder[(A, T)] with From[Collection[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictCollectionOps[(A, T), Collection[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictCollectionOps
  13. def eagerly: StrictTraverserOps[(A, T), Traverser[_]]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralTraverserOps[(A, T)]).eagerly
    Definition Classes
    GeneralTraverserOps
  14. macro def eagerly: StrictMapOps[A, T, Map[_, _]]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralMapOps[A, T]).eagerly
    Definition Classes
    GeneralMapOps
  15. macro def eagerly: StrictContainerOps[(A, T), Container[_]]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralContainerOps[(A, T)]).eagerly
    Definition Classes
    GeneralContainerOps
  16. def eagerly: StrictCollectionOps[(A, T), Collection[_]]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralCollectionOps[(A, T)]).eagerly
    Definition Classes
    GeneralCollectionOps
  17. def exists(p: ((A, T)) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralTraverserOps[(A, T)]).exists(p)
    Definition Classes
    GeneralTraverserOps
  18. macro def exists(p: ((A, T)) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralMapOps[A, T]).exists(p)
    Definition Classes
    GeneralMapOps
  19. macro def exists(p: ((A, T)) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralContainerOps[(A, T)]).exists(p)
    Definition Classes
    GeneralContainerOps
  20. def exists(p: ((A, T)) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralCollectionOps[(A, T)]).exists(p)
    Definition Classes
    GeneralCollectionOps
  21. def filter(p: ((A, T)) ⇒ Boolean)(implicit builder: Builder[(A, T)] with From[Traverser[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictTraverserOps[(A, T), Traverser[_]]).filter(p)(builder)
    Definition Classes
    StrictTraverserOps
  22. macro def filter(p: ((A, T)) ⇒ Boolean)(implicit builder: Builder[(A, T)] with From[Map[_, _]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]] performed by method MapToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictMapOps[A, T, Map[_, _]]).filter(p)(builder)
    Definition Classes
    StrictMapOps
  23. macro def filter(p: ((A, T)) ⇒ Boolean)(implicit builder: Builder[(A, T)] with From[Container[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictContainerOps[(A, T), Container[_]]).filter(p)(builder)
    Definition Classes
    StrictContainerOps
  24. def filter(p: ((A, T)) ⇒ Boolean)(implicit builder: Builder[(A, T)] with From[Collection[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictCollectionOps[(A, T), Collection[_]]).filter(p)(builder)
    Definition Classes
    StrictCollectionOps
  25. def find(p: ((A, T)) ⇒ Boolean): Maybe[(A, T)]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralTraverserOps[(A, T)]).find(p)
    Definition Classes
    GeneralTraverserOps
  26. macro def find(p: ((A, T)) ⇒ Boolean): Maybe[(A, T)]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralMapOps[A, T]).find(p)
    Definition Classes
    GeneralMapOps
  27. macro def find(p: ((A, T)) ⇒ Boolean): Maybe[(A, T)]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralContainerOps[(A, T)]).find(p)
    Definition Classes
    GeneralContainerOps
  28. def find(p: ((A, T)) ⇒ Boolean): Maybe[(A, T)]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralCollectionOps[(A, T)]).find(p)
    Definition Classes
    GeneralCollectionOps
  29. def forall(p: ((A, T)) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralTraverserOps[(A, T)]).forall(p)
    Definition Classes
    GeneralTraverserOps
  30. macro def forall(p: ((A, T)) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralMapOps[A, T]).forall(p)
    Definition Classes
    GeneralMapOps
  31. macro def forall(p: ((A, T)) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralContainerOps[(A, T)]).forall(p)
    Definition Classes
    GeneralContainerOps
  32. def forall(p: ((A, T)) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralCollectionOps[(A, T)]).forall(p)
    Definition Classes
    GeneralCollectionOps
  33. def lazily: NonStrictTraverserOps[(A, T)]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralTraverserOps[(A, T)] performed by method TraverserToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralTraverserOps[(A, T)]).lazily
    Definition Classes
    GeneralTraverserOps
  34. macro def lazily: NonStrictMapOps[A, T]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralMapOps[A, T] performed by method MapToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralMapOps[A, T]).lazily
    Definition Classes
    GeneralMapOps
  35. macro def lazily: NonStrictContainerOps[(A, T)]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralContainerOps[(A, T)] performed by method ContainerToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralContainerOps[(A, T)]).lazily
    Definition Classes
    GeneralContainerOps
  36. def lazily: NonStrictCollectionOps[(A, T)]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to GeneralCollectionOps[(A, T)] performed by method CollectionToGeneralOps in basis.collections.sequential.General.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: GeneralCollectionOps[(A, T)]).lazily
    Definition Classes
    GeneralCollectionOps
  37. def slice(lower: Int, upper: Int)(implicit builder: Builder[(A, T)] with From[Traverser[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictTraverserOps[(A, T), Traverser[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictTraverserOps
  38. macro def slice(lower: Int, upper: Int)(implicit builder: Builder[(A, T)] with From[Map[_, _]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]] performed by method MapToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictMapOps[A, T, Map[_, _]]).slice(lower, upper)(builder)
    Definition Classes
    StrictMapOps
  39. macro def slice(lower: Int, upper: Int)(implicit builder: Builder[(A, T)] with From[Container[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictContainerOps[(A, T), Container[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictContainerOps
  40. def slice(lower: Int, upper: Int)(implicit builder: Builder[(A, T)] with From[Collection[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictCollectionOps[(A, T), Collection[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictCollectionOps
  41. def span(p: ((A, T)) ⇒ Boolean)(implicit builder1: Builder[(A, T)] with From[Traverser[_]], builder2: Builder[(A, T)] with From[Traverser[_]]): ((builder1)#State, (builder2)#State)

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictTraverserOps[(A, T), Traverser[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictTraverserOps
  42. macro def span(p: ((A, T)) ⇒ Boolean)(implicit builder1: Builder[(A, T)] with From[Map[_, _]], builder2: Builder[(A, T)] with From[Map[_, _]]): ((builder1)#State, (builder2)#State)

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]] performed by method MapToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictMapOps[A, T, Map[_, _]]).span(p)(builder1, builder2)
    Definition Classes
    StrictMapOps
  43. macro def span(p: ((A, T)) ⇒ Boolean)(implicit builder1: Builder[(A, T)] with From[Container[_]], builder2: Builder[(A, T)] with From[Container[_]]): ((builder1)#State, (builder2)#State)

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictContainerOps[(A, T), Container[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictContainerOps
  44. def span(p: ((A, T)) ⇒ Boolean)(implicit builder1: Builder[(A, T)] with From[Collection[_]], builder2: Builder[(A, T)] with From[Collection[_]]): ((builder1)#State, (builder2)#State)

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictCollectionOps[(A, T), Collection[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictCollectionOps
  45. def take(upper: Int)(implicit builder: Builder[(A, T)] with From[Traverser[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictTraverserOps[(A, T), Traverser[_]]).take(upper)(builder)
    Definition Classes
    StrictTraverserOps
  46. macro def take(upper: Int)(implicit builder: Builder[(A, T)] with From[Map[_, _]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]] performed by method MapToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictMapOps[A, T, Map[_, _]]).take(upper)(builder)
    Definition Classes
    StrictMapOps
  47. macro def take(upper: Int)(implicit builder: Builder[(A, T)] with From[Container[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictContainerOps[(A, T), Container[_]]).take(upper)(builder)
    Definition Classes
    StrictContainerOps
  48. def take(upper: Int)(implicit builder: Builder[(A, T)] with From[Collection[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictCollectionOps[(A, T), Collection[_]]).take(upper)(builder)
    Definition Classes
    StrictCollectionOps
  49. def takeWhile(p: ((A, T)) ⇒ Boolean)(implicit builder: Builder[(A, T)] with From[Traverser[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictTraverserOps[(A, T), Traverser[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictTraverserOps
  50. macro def takeWhile(p: ((A, T)) ⇒ Boolean)(implicit builder: Builder[(A, T)] with From[Map[_, _]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]] performed by method MapToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictMapOps[A, T, Map[_, _]]).takeWhile(p)(builder)
    Definition Classes
    StrictMapOps
  51. macro def takeWhile(p: ((A, T)) ⇒ Boolean)(implicit builder: Builder[(A, T)] with From[Container[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictContainerOps[(A, T), Container[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictContainerOps
  52. def takeWhile(p: ((A, T)) ⇒ Boolean)(implicit builder: Builder[(A, T)] with From[Collection[_]]): (builder)#State

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictCollectionOps[(A, T), Collection[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictCollectionOps
  53. def withFilter(p: ((A, T)) ⇒ Boolean): Traverser[(A, T)]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictTraverserOps[(A, T), Traverser[_]]).withFilter(p)
    Definition Classes
    StrictTraverserOps
  54. def withFilter(p: ((A, T)) ⇒ Boolean): Map[A, T]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]] performed by method MapToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictMapOps[A, T, Map[_, _]]).withFilter(p)
    Definition Classes
    StrictMapOps
  55. def withFilter(p: ((A, T)) ⇒ Boolean): Container[(A, T)]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictContainerOps[(A, T), Container[_]]).withFilter(p)
    Definition Classes
    StrictContainerOps
  56. def withFilter(p: ((A, T)) ⇒ Boolean): Collection[(A, T)]

    Implicit information
    This member is added by an implicit conversion from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.Strict.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (hashMap: StrictCollectionOps[(A, T), Collection[_]]).withFilter(p)
    Definition Classes
    StrictCollectionOps

Inherited from Map[A, T]

Inherited from Container[(A, T)]

Inherited from Collection[(A, T)]

Inherited from Traverser[(A, T)]

Inherited from basis.Family[HashMap[_, _]]

Inherited from Immutable

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion TraverserToGeneralOps from HashMap[A, T] to GeneralTraverserOps[(A, T)]

Inherited by implicit conversion MapToGeneralOps from HashMap[A, T] to GeneralMapOps[A, T]

Inherited by implicit conversion ContainerToGeneralOps from HashMap[A, T] to GeneralContainerOps[(A, T)]

Inherited by implicit conversion CollectionToGeneralOps from HashMap[A, T] to GeneralCollectionOps[(A, T)]

Inherited by implicit conversion TraverserToStrictOps from HashMap[A, T] to StrictTraverserOps[(A, T), Traverser[_]]

Inherited by implicit conversion MapToStrictOps from HashMap[A, T] to StrictMapOps[A, T, Map[_, _]]

Inherited by implicit conversion ContainerToStrictOps from HashMap[A, T] to StrictContainerOps[(A, T), Container[_]]

Inherited by implicit conversion CollectionToStrictOps from HashMap[A, T] to StrictCollectionOps[(A, T), Collection[_]]

Projecting

Updating

Ungrouped