Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Functions

Type aliases

CallBackFlatMap

CallBackFlatMap<T, R>: (value: T, index?: undefined | number, collection?: T[]) => Promise<R>

returns any type values

Type parameters

  • T

  • R

Type declaration

    • (value: T, index?: undefined | number, collection?: T[]): Promise<R>
    • Parameters

      • value: T
      • Optional index: undefined | number
      • Optional collection: T[]

      Returns Promise<R>

Functions

aFlatMap

Legend

  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Class with type parameter

Generated using TypeDoc