Scala Standard Library 2.13.1 - scala.Product (original) (raw)
trait Product extends Equals
Ordering
- Alphabetic
- By Inheritance
Inherited
- Product
- Equals
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def canEqual(that: Any): Boolean
- abstract def getClass(): Class[_ <: AnyRef]
- abstract def productArity: Int
- abstract def productElement(n: Int): Any
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (Product, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def ensuring(cond: (Product) => Boolean, msg: => Any): Product
- def ensuring(cond: (Product) => Boolean): Product
- def ensuring(cond: Boolean, msg: => Any): Product
- def ensuring(cond: Boolean): Product
- def equals(arg0: Any): Boolean
- def formatted(fmtstr: String): String
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def productElementName(n: Int): String
- def productElementNames: Iterator[String]
- def productIterator: Iterator[Any]
- def productPrefix: String
- def toString(): String
Deprecated Value Members
- def →[B](y: B): (Product, B)