Scala Library Documentation
|
|
scala/Tuple1.scala
]
case
class
Tuple1[+T1](val
_1 : T1)
extends
Product1[T1]Method Summary | |
override def
|
equals (arg0 : Any) : Boolean |
override def
|
hashCode : Int |
override final def
|
productPrefix
: java.lang.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 : java.lang.String |
Methods inherited from Product1 | |
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 : java.lang.String
override
def
hashCode : Int
override final
def
productPrefix : java.lang.String
Scala Library Documentation
|
|