final class None[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. None
  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 None()

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
    NoneDatatypeSig
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(o: Any): Boolean
    Definition Classes
    None → AnyRef → Any
  13. def exists(f: (T) ⇒ B): B
    Definition Classes
    NoneOption
    Annotations
    @pure()
  14. def flatMap[T2](f: (T) ⇒ Option[T2]): Option[T2]
    Definition Classes
    NoneOption
    Annotations
    @pure()
  15. def forall(f: (T) ⇒ B): B
    Definition Classes
    NoneOption
    Annotations
    @pure()
  16. def foreach(f: (T) ⇒ Unit): Unit
    Definition Classes
    NoneOption
  17. def get: T
    Definition Classes
    NoneOption
    Annotations
    @pure()
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getOrElse(default: ⇒ T): T
    Definition Classes
    NoneOption
    Annotations
    @pure()
  20. def hash: Z
    Definition Classes
    DatatypeSig
  21. val hashCode: Int
    Definition Classes
    None → AnyRef → Any
  22. def isEmpty: B
    Definition Classes
    NoneOption
    Annotations
    @pure()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def map[T2](f: (T) ⇒ T2): Option[T2]
    Definition Classes
    NoneOption
    Annotations
    @pure()
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def nonEmpty: B
    Definition Classes
    NoneOption
    Annotations
    @pure()
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def string: String
    Definition Classes
    NoneDatatypeSigImmutable
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toIS: IS[Z, T]
    Definition Classes
    NoneOption
    Annotations
    @pure()
  32. def toString(): java.lang.String
    Definition Classes
    None → AnyRef → Any
  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( ... )
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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