implicit final class OptionExtensions[T] extends AnyVal
Option Extensions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OptionExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any
- val valueA: Option[T]
Deprecated Value Members
- def ?!=(valueB: Option[T]): Boolean
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) Cryptic operator no longer supported
- def ?!=(valueB: UndefOr[T]): Boolean
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) Cryptic operator no longer supported
- def ?==(valueB: Option[T]): Boolean
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) Cryptic operator no longer supported
- def ?==(valueB: UndefOr[T]): Boolean
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) Cryptic operator no longer supported
- def ??(optB: => Option[T]): Option[T]
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) Use orElse(optB)
- def flat: Option[T]
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) Meaningless operation
- def isAssigned: Boolean
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) Use nonEmpty
- def nonAssigned: Boolean
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) Use isEmpty
- def orDie(message: String): T
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) Use getOrElse(throw ...)