Scala Standard Library 2.13.1 - scala.collection.SpecificIterableFactory (original) (raw)

trait SpecificIterableFactory[-A, +C] extends Factory[A, C]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. SpecificIterableFactory
  2. Factory
  3. AnyRef
  4. 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: C
  2. abstract def fromSpecific(it: IterableOnce[A]): C
  3. abstract def newBuilder: Builder[A, C]

Concrete Value Members

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

Ungrouped