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