Packages

c

scala.collection.generic

GenericClassTagCompanion

abstract class GenericClassTagCompanion[+CC[X] <: Traversable[X]] extends AnyRef

This class represents companions of classes which require ClassTags for their element types.

Source
GenericClassTagCompanion.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericClassTagCompanion
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericClassTagCompanion()

Abstract Value Members

  1. abstract def newBuilder[A](implicit ord: ClassTag[A]): Builder[A, CC[A]]

Concrete Value Members

  1. def apply[A](elems: A*)(implicit ord: ClassTag[A]): CC[A]
  2. def empty[A](implicit arg0: ClassTag[A]): CC[A]