|
Scala
1.3.0.2 |
|||
Option[A] represents existing values of type
A.
| Field Summary | |
final
|
val x: A1
|
| Methods inherited from java/lang/Object-class |
| clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait |
| Methods inherited from scala/Any-class |
| !=, ==, asInstanceOf, isInstanceOf, match |
| Methods inherited from scala/CaseClass-class |
| caseArity, caseElement |
| Methods inherited from scala/Iterable-class |
| /:, :\, exists, find, foldLeft, foldRight, forall, sameElements |
| Methods inherited from scala/Option-class |
| elements, filter, flatMap, foreach, get, get, isEmpty, map, toList |
| Field Detail |
final val x: A1
|
Scala
1.3.0.2 |
|||