|
|
Scala 2.3.1
|
abstract
trait
Product1
[T1]
extends java.lang.Object
with scala.Product
with scala.ScalaObject
| Def Summary | |
abstract
|
def
_1
: T1
projection of this product |
override
|
def
arity
: scala.Int
The arity of this product. |
override
|
def
element
(n: scala.Int)
: T1
Returns the n-th projection of this product if 0<=n |
| Def inherited from scala.Product | |
| arity , element, productPrefix |
| Def Detail |