Packages

object ClassTagSeqFactory extends java.io.Serializable

Source
Factory.scala
Linear Supertypes
java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassTagSeqFactory
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AnySeqDelegate[CC[A] <: SeqOps[A, Seq, Seq[A]]] extends AnyIterableDelegate[CC] with SeqFactory[CC]

    A SeqFactory that uses ClassTag.Any as the evidence for every element type.

    A SeqFactory that uses ClassTag.Any as the evidence for every element type. This may or may not be sound depending on the use of the ClassTag by the collection implementation.

    Annotations
    @SerialVersionUID()
  2. class Delegate[CC[A] <: SeqOps[A, Seq, Seq[A]]] extends ClassTagIterableFactory.Delegate[CC] with ClassTagSeqFactory[CC]
    Annotations
    @SerialVersionUID()