sealed abstract
class
Option[T] extends AnyRef
Instance Constructors
-
new
Option()
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
exists(p: (T) ⇒ Boolean): Boolean
-
def
filter(p: (T) ⇒ Boolean): Product with Serializable with Option[T]
-
def
finalize(): Unit
-
def
flatMap[R](f: (T) ⇒ Option[R]): Option[R]
-
def
forall(p: (T) ⇒ Boolean): Boolean
-
def
get: T
-
final
def
getClass(): Class[_]
-
def
getOrElse(default: T): T
-
def
hashCode(): Int
-
def
isDefined: Boolean
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
map[R](f: (T) ⇒ R): Product with Serializable with Option[R]
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nonEmpty: Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toList: List[T]
-
def
toSet: Set[T]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withFilter(p: (T) ⇒ Boolean): Product with Serializable with Option[T]
Inherited from AnyRef
Inherited from Any