Scala Standard Library 2.13.15 - scala.Product5 (original) (raw)
trait Product5[+T1, +T2, +T3, +T4, +T5] extends Product
Ordering
- Alphabetic
- By Inheritance
Inherited
- Product5
- 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 _3: T3
- abstract def _4: T4
- abstract def _5: T5
- 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): (Product5[T1, T2, T3, T4, T5], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def ensuring(cond: (Product5[T1, T2, T3, T4, T5]) => Boolean, msg: => Any): Product5[T1, T2, T3, T4, T5]
- def ensuring(cond: (Product5[T1, T2, T3, T4, T5]) => Boolean): Product5[T1, T2, T3, T4, T5]
- def ensuring(cond: Boolean, msg: => Any): Product5[T1, T2, T3, T4, T5]
- def ensuring(cond: Boolean): Product5[T1, T2, T3, T4, T5]
- 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