object ClassTagSeqFactory
- Companion:
- class
- Source:
- Factory.scala
Type members
Classlikes
class AnySeqDelegate[CC <: (SeqOps)](delegate: ClassTagSeqFactory[CC]) 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.
- Source:
- Factory.scala
class Delegate[CC <: (SeqOps)](delegate: ClassTagSeqFactory[CC]) extends Delegate[CC] with ClassTagSeqFactory[CC]
- Source:
- Factory.scala