|
Scala Library Documentation
|
|
scala/Product5.scala]
object
Product5
extends AnyRef| Method Summary | |
def
|
unapply [T1, T2, T3, T4, T5](x : Product5[T1, T2, T3, T4, T5]) : Option[Product5[T1, T2, T3, T4, T5]] |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
def
unapply[T1, T2, T3, T4, T5](x : Product5[T1, T2, T3, T4, T5]) : Option[Product5[T1, T2, T3, T4, T5]]
|
Scala Library Documentation
|
|