SeqFactory

scala.collection.SeqFactory$
See theSeqFactory companion trait
object SeqFactory

Attributes

Companion
trait
Source
Factory.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SeqFactory.type

Members list

Type members

Classlikes

class Delegate[CC <: (SeqOps)](delegate: SeqFactory[CC]) extends SeqFactory[CC]

Attributes

Source
Factory.scala
Supertypes
trait SeqFactory[CC]
trait IterableFactory[CC]
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object IndexedSeq.type
object LinearSeq.type
object Seq.type
object Buffer.type
object IndexedBuffer.type
object IndexedSeq.type
object Seq.type
object IndexedSeq.type
object LinearSeq.type
object Seq.type
Show all
final class UnapplySeqWrapper[A](c: SeqOps[A, Seq, Seq[A]]) extends AnyVal

Attributes

Source
Factory.scala
Supertypes
class AnyVal
trait Matchable
class Any