scala.collection

generic

package generic

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. generic
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BagFactory[CC[X] <: Bag[X] with BagLike[X, CC[X]], BB[X] <: BagBucket[X], BC[X] <: BagConfiguration[X, BB[X]]] extends GenBagFactory[CC, BB, BC] with GenericBagCompanion[CC, BB, BC]

  2. type CanBuild[-Elem, +To] = CanBuildFrom[Nothing, Elem, To]

  3. abstract class GenBagFactory[CC[X] <: Bag[X] with GenBagLike[X, CC[X]], BB[X] <: BagBucket[X], BC[X] <: BagConfiguration[X, BB[X]]] extends GenericBagCompanion[CC, BB, BC]

  4. trait GenericBagCompanion[CC[X] <: Bag[X], BB[X] <: BagBucket[X], BC[X] <: BagConfiguration[X, BB[X]]] extends AnyRef

  5. trait GrowableBag[A] extends Growable[A]

  6. abstract class ImmutableBagFactory[CC[X] <: immutable.Bag[X] with immutable.BagLike[X, CC[X]], BC[X] <: immutable.BagConfiguration[X]] extends BagFactory[CC, immutable.BagBucket, BC]

  7. abstract class ImmutableHashedBagFactory[CC[X] <: immutable.Bag[X] with immutable.BagLike[X, CC[X]]] extends ImmutableBagFactory[CC, immutable.HashedBagConfiguration]

  8. abstract class ImmutableSortedBagFactory[CC[X] <: immutable.Bag[X] with immutable.BagLike[X, CC[X]]] extends ImmutableBagFactory[CC, immutable.SortedBagConfiguration]

  9. abstract class MutableBagFactory[CC[X] <: mutable.Bag[X] with mutable.BagLike[X, CC[X]], BC[X] <: mutable.BagConfiguration[X]] extends BagFactory[CC, mutable.BagBucket, BC]

  10. abstract class MutableHashedBagFactory[CC[X] <: mutable.Bag[X] with mutable.BagLike[X, CC[X]]] extends MutableBagFactory[CC, mutable.HashedBagConfiguration]

  11. abstract class MutableSortedBagFactory[CC[X] <: mutable.Bag[X] with mutable.BagLike[X, CC[X]]] extends MutableBagFactory[CC, mutable.SortedBagConfiguration]

  12. type ClassManifestTraversableFactory[CC[X] <: Traversable[X] with GenericClassManifestTraversableTemplate[X, CC]] = ClassTagTraversableFactory[CC]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use ClassTagTraversableFactory instead

  13. type GenericClassManifestCompanion[+CC[X] <: Traversable[X]] = GenericClassTagCompanion[CC]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use GenericClassTagCompanion instead

  14. type GenericClassManifestTraversableTemplate[+A, +CC[X] <: Traversable[X]] = GenericClassTagTraversableTemplate[A, CC]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use GenericClassTagTraversableTemplate instead

Inherited from AnyRef

Inherited from Any

Ungrouped