scala

object Product2

[source: scala/Product2.scala]

object Product2
extends AnyRef
Method Summary
def unapply [T1, T2](x : Product2[T1, T2]) : Option[Product2[T1, T2]]
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](x : Product2[T1, T2]) : Option[Product2[T1, T2]]