Undefined

io.taig.Undefined$package.Undefined
object Undefined

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Undefined.type

Members list

Type members

Types

type Or[+A] = Undefined | A

Extensions

Extensions

extension [A](self: Or[A])
final def getOrElse[B >: A](b: => B): B
final def map[B](f: A => B): Or[B]
final def toList: List[A]
final def toOption: Option[A]