class Some[T] extends Option[T] with DatatypeSig
- Annotations
- @datatype()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Some
- Option
- DatatypeSig
- DatatypeMarker
- Immutable
- ImmutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Some(_value: T)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(value: T = ...): Some[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
lazy val
content: Seq[(java.lang.String, Any)]
- Definition Classes
- Some → DatatypeSig
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- Some → AnyRef → Any
- def exists(f: (T) ⇒ B): B
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flatMap[T2](f: (T) ⇒ Option[T2]): Option[T2]
- def forall(f: (T) ⇒ B): B
- def foreach(f: (T) ⇒ Unit): Unit
- def get: T
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getOrElse(default: ⇒ T): T
-
def
hash: Z
- Definition Classes
- DatatypeSig
-
lazy val
hashCode: Int
- Definition Classes
- Some → AnyRef → Any
- def isEmpty: B
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[T2](f: (T) ⇒ T2): Option[T2]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: B
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def string: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): java.lang.String
- Definition Classes
- Some → AnyRef → Any
- def value: T
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )