Scala Standard Library 2.13.1 - scala.collection.Factory (original) (raw)
trait Factory[-A, +C] extends Any
Ordering
- Alphabetic
- By Inheritance
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (Factory[A, C], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def ensuring(cond: (Factory[A, C]) => Boolean, msg: => Any): Factory[A, C]
- def ensuring(cond: (Factory[A, C]) => Boolean): Factory[A, C]
- def ensuring(cond: Boolean, msg: => Any): Factory[A, C]
- def ensuring(cond: Boolean): Factory[A, C]
- def equals(arg0: Any): Boolean
- def formatted(fmtstr: String): String
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def toString(): String
Deprecated Value Members
- def →[B](y: B): (Factory[A, C], B)