Packages

object ClassTagIterableFactory extends java.io.Serializable

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

Type Members

  1. class AnyIterableDelegate[CC[_]] extends IterableFactory[CC]

    An IterableFactory that uses ClassTag.Any as the evidence for every element type.

    An IterableFactory 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[_]] extends EvidenceIterableFactory.Delegate[CC, ClassTag] with ClassTagIterableFactory[CC]
    Annotations
    @SerialVersionUID()