Scala Standard Library 2.13.15 - scala.collection.SortedIterableFactory (original) (raw)

trait SortedIterableFactory[+CC[_]] extends EvidenceIterableFactory[CC, Ordering]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. SortedIterableFactory
  2. EvidenceIterableFactory
  3. Serializable
  4. AnyRef
  5. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Abstract Value Members

  1. abstract def empty[A](implicit arg0: Ordering[A]): CC[A]
  2. abstract def from[E](it: IterableOnce[E])(implicit arg0: Ordering[E]): CC[E]
  3. abstract def newBuilder[A](implicit arg0: Ordering[A]): Builder[A, CC[A]]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. def +(other: String): String
  4. def ->[B](y: B): (SortedIterableFactory[CC], B)
  5. final def ==(arg0: Any): Boolean
  6. def apply[A](xs: A*)(implicit arg0: Ordering[A]): CC[A]
  7. final def asInstanceOf[T0]: T0
  8. def clone(): AnyRef
  9. def ensuring(cond: (SortedIterableFactory[CC]) => Boolean, msg: => Any): SortedIterableFactory[CC]
  10. def ensuring(cond: (SortedIterableFactory[CC]) => Boolean): SortedIterableFactory[CC]
  11. def ensuring(cond: Boolean, msg: => Any): SortedIterableFactory[CC]
  12. def ensuring(cond: Boolean): SortedIterableFactory[CC]
  13. final def eq(arg0: AnyRef): Boolean
  14. def equals(arg0: AnyRef): Boolean
  15. implicit def evidenceIterableFactory[A](implicit arg0: Ordering[A]): Factory[A, CC[A]]
  16. def fill[A](n: Int)(elem: => A)(implicit arg0: Ordering[A]): CC[A]
  17. def finalize(): Unit
  18. final def getClass(): Class[_ <: AnyRef]
  19. def hashCode(): Int
  20. final def isInstanceOf[T0]: Boolean
  21. def iterate[A](start: A, len: Int)(f: (A) => A)(implicit arg0: Ordering[A]): CC[A]
  22. final def ne(arg0: AnyRef): Boolean
  23. final def notify(): Unit
  24. final def notifyAll(): Unit
  25. final def synchronized[T0](arg0: => T0): T0
  26. def tabulate[A](n: Int)(f: (Int) => A)(implicit arg0: Ordering[A]): CC[A]
  27. def toString(): String
  28. def unfold[A, S](init: S)(f: (S) => Option[(A, S)])(implicit arg0: Ordering[A]): CC[A]
  29. final def wait(): Unit
  30. final def wait(arg0: Long, arg1: Int): Unit
  31. final def wait(arg0: Long): Unit

Ungrouped