|
Scala
1.4.0.3 |
|||
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, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/CaseClass-class |
caseArity, caseElement, caseName |
Methods inherited from scala/Iterable-class |
/:, :\, concat, exists, find, foldLeft, foldRight, forall, sameElements |
Methods inherited from scala/Option-class |
elements, filter, flatMap, foreach, get, get, isEmpty, map, toList |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Field Detail |
final val x: A1
|
Scala
1.4.0.3 |
|||