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