class Some[T] extends Option[T] with DatatypeSig

Annotations
@datatype()
Linear Supertypes
Option[T], DatatypeSig, DatatypeMarker, Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Some
  2. Option
  3. DatatypeSig
  4. DatatypeMarker
  5. Immutable
  6. ImmutableMarker
  7. Clonable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Some(_value: T)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def apply(value: T = ...): Some[T]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. lazy val content: Seq[(java.lang.String, Any)]
    Definition Classes
    SomeDatatypeSig
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(o: Any): Boolean
    Definition Classes
    Some → AnyRef → Any
  11. def exists(f: (T) ⇒ B): B
    Definition Classes
    SomeOption
    Annotations
    @pure()
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flatMap[T2](f: (T) ⇒ Option[T2]): Option[T2]
    Definition Classes
    SomeOption
    Annotations
    @pure()
  14. def forall(f: (T) ⇒ B): B
    Definition Classes
    SomeOption
    Annotations
    @pure()
  15. def foreach(f: (T) ⇒ Unit): Unit
    Definition Classes
    SomeOption
  16. def get: T
    Definition Classes
    SomeOption
    Annotations
    @pure()
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getOrElse(default: ⇒ T): T
    Definition Classes
    SomeOption
    Annotations
    @pure()
  19. def hash: Z
    Definition Classes
    DatatypeSig
  20. lazy val hashCode: Int
    Definition Classes
    Some → AnyRef → Any
  21. def isEmpty: B
    Definition Classes
    SomeOption
    Annotations
    @pure()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def map[T2](f: (T) ⇒ T2): Option[T2]
    Definition Classes
    SomeOption
    Annotations
    @pure()
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def nonEmpty: B
    Definition Classes
    SomeOption
    Annotations
    @pure()
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def string: String
    Definition Classes
    SomeImmutable
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): java.lang.String
    Definition Classes
    Some → AnyRef → Any
  31. def value: T
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Option[T]

Inherited from DatatypeSig

Inherited from DatatypeMarker

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped