implicit final class UndefOrExtensions[T] extends AnyVal
UndefOr Extensions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UndefOrExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
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: ⇒ UndefOr[T]): UndefOr[T]
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) Use oeElse(optB)
-
def
flat: UndefOr[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 ...)