ClassTagIterableFactory

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

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.

class Delegate[CC[_]](delegate: EvidenceIterableFactory[CC, [T] =>> ClassTag[T]]) extends Delegate[CC, [T] =>> ClassTag[T]] with ClassTagIterableFactory[CC]