Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

AlwaysArray

AlwaysArray<T>: AlwaysArray<T>

Type parameters

  • T

AutoComparable

AutoComparable: string | number

Consumer

Consumer<T>: function

Type parameters

  • T

Type declaration

    • (value: T): void
    • Parameters

      • value: T

      Returns void

Getter

Getter<C, R>: function

Type parameters

  • C

  • R

Type declaration

    • (cbv: C): R
    • Parameters

      • cbv: C

      Returns R

KeyGetter

KeyGetter<C>: Getter<C, string>

Type parameters

  • C

NonNull

NonNull<R>: NonNull<R>

Type parameters

  • R

Predicate

Predicate<T>: function

Type parameters

  • T

Type declaration

    • (value: T): boolean
    • Parameters

      • value: T

      Returns boolean

Tuple

Tuple<E1, E2>: [E1, E2]

Type parameters

  • E1

  • E2

Functions

Const Map

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