Scala Standard Library 2.13.15 - scala.collection.SortedIterableFactory (original) (raw)
trait SortedIterableFactory[+CC[_]] extends EvidenceIterableFactory[CC, Ordering]
Ordering
- Alphabetic
- By Inheritance
Inherited
- SortedIterableFactory
- EvidenceIterableFactory
- 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](implicit arg0: Ordering[A]): CC[A]
- abstract def from[E](it: IterableOnce[E])(implicit arg0: Ordering[E]): CC[E]
- abstract def newBuilder[A](implicit arg0: Ordering[A]): Builder[A, CC[A]]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (SortedIterableFactory[CC], B)
- final def ==(arg0: Any): Boolean
- def apply[A](xs: A*)(implicit arg0: Ordering[A]): CC[A]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (SortedIterableFactory[CC]) => Boolean, msg: => Any): SortedIterableFactory[CC]
- def ensuring(cond: (SortedIterableFactory[CC]) => Boolean): SortedIterableFactory[CC]
- def ensuring(cond: Boolean, msg: => Any): SortedIterableFactory[CC]
- def ensuring(cond: Boolean): SortedIterableFactory[CC]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- implicit def evidenceIterableFactory[A](implicit arg0: Ordering[A]): Factory[A, CC[A]]
- def fill[A](n: Int)(elem: => A)(implicit arg0: Ordering[A]): CC[A]
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def iterate[A](start: A, len: Int)(f: (A) => A)(implicit arg0: Ordering[A]): CC[A]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def tabulate[A](n: Int)(f: (Int) => A)(implicit arg0: Ordering[A]): CC[A]
- def toString(): String
- def unfold[A, S](init: S)(f: (S) => Option[(A, S)])(implicit arg0: Ordering[A]): CC[A]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit