scala

object Product1

[source: scala/Product1.scala]

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