object ClassTagIterableFactory
- Companion:
- class
- Source:
- Factory.scala
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.
- Source:
- Factory.scala
class Delegate[CC[_]](delegate: EvidenceIterableFactory[CC, ClassTag]) extends Delegate[CC, ClassTag] with ClassTagIterableFactory[CC]
- Source:
- Factory.scala