Options
All
  • Public
  • Public/Protected
  • All
Menu

Class None

a class indicating no existence.

Hierarchy

  • None

Implements

Index

Constructors

Methods

  • doesNotHave(): this is None
  • has(): this is Some<never>
  • unwrapForce(): never
  • unwrapOrDefault<T>(value: T): T
  • unwrapOrElse(f: ((...vals: any) => never)): never
  • unwrapOrUndefined(): never

Generated using TypeDoc