t

scala.collection.generic

GenericParTemplate

trait GenericParTemplate[+A, +CC[X] <: ParIterable[X]] extends GenericTraversableTemplate[A, CC] with HasNewCombiner[A, CC[A]]

A template trait for collections having a companion.

A

the element type of the collection

CC

the type constructor representing the collection class

Since

2.8

Linear Supertypes
HasNewCombiner[A, CC[A] @scala.annotation.unchecked.uncheckedVariance], GenericTraversableTemplate[A, CC], HasNewBuilder[A, CC[A] @scala.annotation.unchecked.uncheckedVariance], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericParTemplate
  2. HasNewCombiner
  3. GenericTraversableTemplate
  4. HasNewBuilder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def companion: GenericCompanion[CC] with GenericParCompanion[CC]
    Definition Classes
    GenericParTemplate → GenericTraversableTemplate
  2. abstract def foreach[U](f: (A) ⇒ U): Unit
    Definition Classes
    GenericTraversableTemplate
  3. abstract def head: A
    Definition Classes
    GenericTraversableTemplate
  4. abstract def isEmpty: Boolean
    Definition Classes
    GenericTraversableTemplate

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def flatten[B](implicit asTraversable: (A) ⇒ GenTraversableOnce[B]): CC[B]
    Definition Classes
    GenericTraversableTemplate
  10. def genericBuilder[B]: Combiner[B, CC[B]]
    Definition Classes
    GenericParTemplate → GenericTraversableTemplate
  11. def genericCombiner[B]: Combiner[B, CC[B]]
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def newBuilder: Builder[A, CC[A]]
    Attributes
    protected[this]
    Definition Classes
    GenericParTemplate → GenericTraversableTemplate → HasNewBuilder
  17. def newCombiner: Combiner[A, CC[A]]
    Attributes
    protected[this]
    Definition Classes
    GenericParTemplateHasNewCombiner
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def transpose[B](implicit asTraversable: (A) ⇒ GenTraversableOnce[B]): CC[CC[B]]
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  23. def unzip[A1, A2](implicit asPair: (A) ⇒ (A1, A2)): (CC[A1], CC[A2])
    Definition Classes
    GenericTraversableTemplate
  24. def unzip3[A1, A2, A3](implicit asTriple: (A) ⇒ (A1, A2, A3)): (CC[A1], CC[A2], CC[A3])
    Definition Classes
    GenericTraversableTemplate
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HasNewCombiner[A, CC[A] @scala.annotation.unchecked.uncheckedVariance]

Inherited from GenericTraversableTemplate[A, CC]

Inherited from HasNewBuilder[A, CC[A] @scala.annotation.unchecked.uncheckedVariance]

Inherited from AnyRef

Inherited from Any

Ungrouped