Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

CallbackFn

CallbackFn: function

Type declaration

    • (item: TItem): void
    • Parameters

      • item: TItem

      Returns void

ComparePredicate

ComparePredicate: function

Type declaration

    • (a: TItem, b: TItem): boolean
    • Parameters

      • a: TItem
      • b: TItem

      Returns boolean

ComparerFn

ComparerFn: function

Type declaration

    • (a: TItem, b: TItem): number
    • Parameters

      • a: TItem
      • b: TItem

      Returns number

IteratorCreatorFn

IteratorCreatorFn: function

Type declaration

    • (): Iterator<TResult>
    • Returns Iterator<TResult>

KeySelectorFn

KeySelectorFn: function

Type declaration

    • (item: TItem): TKey
    • Parameters

      • item: TItem

      Returns TKey

MapFn

MapFn: function

Type declaration

    • (item: TItem): TResult
    • Parameters

      • item: TItem

      Returns TResult

PredicateFn

PredicateFn: function

Type declaration

    • (item: TItem): boolean
    • Parameters

      • item: TItem

      Returns boolean

ReduceCallbackFn

ReduceCallbackFn: function

Type declaration

    • (previousValue: TPrevious, currentValue: TCurrent): TPrevious
    • Parameters

      • previousValue: TPrevious
      • currentValue: TCurrent

      Returns TPrevious

Functions

copyIntoAnArray

  • copyIntoAnArray<T>(iterable: Iterable<T>): any[]
  • Copies items from the given iterable into an array

    Type parameters

    • T

    Parameters

    • iterable: Iterable<T>

    Returns any[]

from

Const iterableFromGenerator

  • iterableFromGenerator<TItem>(generatorFn: Function, args?: any[]): Iterable<TItem>
  • Creates an iterable from given generator function

    Type parameters

    • TItem

    Parameters

    • generatorFn: Function
    • Optional args: any[]

    Returns Iterable<TItem>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • 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