Scala Standard Library 2.13.1 - scala.collection.SeqFactory (original) (raw)
trait SeqFactory[+CC[A] <: SeqOps[A, Seq, Seq[A]]] extends IterableFactory[CC]
Ordering
- Alphabetic
- By Inheritance
Inherited
- SeqFactory
- IterableFactory
- Serializable
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def empty[A]: CC[A]
- abstract def from[A](source: IterableOnce[A]): CC[A]
- abstract def newBuilder[A]: Builder[A, CC[A]]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (SeqFactory[CC], B)
- final def ==(arg0: Any): Boolean
- def apply[A](elems: A*): CC[A]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def concat[A](xss: Iterable[A]*): CC[A]
- def ensuring(cond: (SeqFactory[CC]) => Boolean, msg: => Any): SeqFactory[CC]
- def ensuring(cond: (SeqFactory[CC]) => Boolean): SeqFactory[CC]
- def ensuring(cond: Boolean, msg: => Any): SeqFactory[CC]
- def ensuring(cond: Boolean): SeqFactory[CC]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def fill[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(elem: => A): CC[CC[CC[CC[CC[A]]]]]
- def fill[A](n1: Int, n2: Int, n3: Int, n4: Int)(elem: => A): CC[CC[CC[CC[A]]]]
- def fill[A](n1: Int, n2: Int, n3: Int)(elem: => A): CC[CC[CC[A]]]
- def fill[A](n1: Int, n2: Int)(elem: => A): CC[CC[A]]
- def fill[A](n: Int)(elem: => A): CC[A]
- def finalize(): Unit
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- implicit def iterableFactory[A]: Factory[A, CC[A]]
- def iterate[A](start: A, len: Int)(f: (A) => A): CC[A]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def range[A](start: A, end: A, step: A)(implicit arg0: Integral[A]): CC[A]
- def range[A](start: A, end: A)(implicit arg0: Integral[A]): CC[A]
- final def synchronized[T0](arg0: => T0): T0
- def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(f: (Int, Int, Int, Int, Int) => A): CC[CC[CC[CC[CC[A]]]]]
- def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int)(f: (Int, Int, Int, Int) => A): CC[CC[CC[CC[A]]]]
- def tabulate[A](n1: Int, n2: Int, n3: Int)(f: (Int, Int, Int) => A): CC[CC[CC[A]]]
- def tabulate[A](n1: Int, n2: Int)(f: (Int, Int) => A): CC[CC[A]]
- def tabulate[A](n: Int)(f: (Int) => A): CC[A]
- def toString(): String
- final def unapplySeq[A](x: CC[A]): UnapplySeqWrapper[A]
- def unfold[A, S](init: S)(f: (S) => Option[(A, S)]): CC[A]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Deprecated Value Members
- def →[B](y: B): (SeqFactory[CC], B)