ClassTagIterableFactory

Companion:
class
Source:
Factory.scala
class Object
trait Matchable
class Any

Type members

Classlikes

class AnyIterableDelegate[CC[_]](delegate: ClassTagIterableFactory[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.

Source:
Factory.scala