scala / 3.2 / scala / collection / classtagseqfactory$.html

Object ClassTagSeqFactory.ClassTagSeqFactory

Supertypes
Self type

Classlikes

Source
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. This may or may not be sound depending on the use of the ClassTag by the collection implementation.

Source
class Delegate[CC <: (SeqOps)](delegate: ClassTagSeqFactory[CC]) extends Delegate[CC] with ClassTagSeqFactory[CC]

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/collection/ClassTagSeqFactory$.html