|
Scala Library
|
|
scala/Predef.scala]
class
ArrowAssoc[A](x : A)
extends AnyRef| Method Summary | |
def
|
-> [B](y : B) : (A, B) |
def
|
? [B](y : B) : (A, B) |
| 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 |
|
Scala Library
|
|