Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWeakOption<B, T>

Type Parameters

  • B extends object

  • T

Hierarchy

  • IWeakOption

Implemented by

Index

Methods

  • has(base: B): boolean
  • unwrapForce(base: B): T
  • unwrapOrDefault(base: B, altValue: T): T
  • unwrapOrElse(base: B, f: ((...vals: any) => T)): T
  • unwrapOrUndefined(base: B): undefined | T

Generated using TypeDoc