Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

Index

Properties

Methods

Properties

isNull

isNull: boolean

nonNull

nonNull: boolean

Abstract option

option: T | undefined

Methods

is

  • is(other: T): boolean
  • is(accepts: (t: T) => boolean): boolean
  • Parameters

    • other: T

    Returns boolean

  • Parameters

    • accepts: (t: T) => boolean
        • (t: T): boolean
        • Parameters

          • t: T

          Returns boolean

    Returns boolean

Abstract remove

  • remove(): void
  • Returns void

toString

  • toString(): string
  • Returns string

Abstract value

  • value(): T
  • Returns T

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc