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

trait Factory[-A, +C] extends Any

Ordering

  1. Alphabetic
  2. By Inheritance

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (Factory[A, C], B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def ensuring(cond: (Factory[A, C]) => Boolean, msg: => Any): Factory[A, C]
  8. def ensuring(cond: (Factory[A, C]) => Boolean): Factory[A, C]
  9. def ensuring(cond: Boolean, msg: => Any): Factory[A, C]
  10. def ensuring(cond: Boolean): Factory[A, C]
  11. def equals(arg0: Any): Boolean
  12. def formatted(fmtstr: String): String
  13. def hashCode(): Int
  14. final def isInstanceOf[T0]: Boolean
  15. def toString(): String

Deprecated Value Members

  1. def →[B](y: B): (Factory[A, C], B)

Ungrouped