|
Scala Library Documentation
|
|
scala/Tuple6.scala]
case
class
Tuple6[+T1, +T2, +T3, +T4, +T5, +T6](val _1 : T1, val _2 : T2, val _3 : T3, val _4 : T4, val _5 : T5, val _6 : T6)
extends Product6[T1, T2, T3, T4, T5, T6]| Method Summary | |
override def
|
equals (arg0 : Any) : Boolean |
override def
|
hashCode : Int |
override final def
|
productPrefix
: String
By default the empty string. Implementations may override this
method in order to prepend a string prefix to the result of the
toString methods.
|
override def
|
toString : String |
| Methods inherited from Product6 | |
| productArity, productElement |
| Methods inherited from Product | |
| element, arity |
| Methods inherited from AnyRef | |
| getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
override
def
toString : String
override
def
hashCode : Int
override final
def
productPrefix : String
|
Scala Library Documentation
|
|