Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapCallback<V, K, R>

Type parameters

  • V = any

  • K = number | string

  • R = any

Hierarchy

  • MapCallback

Callable

  • MapCallback(value: V, key: K, iteratedObject: V[] | Set<V> | Map<K, V> | PlainObject<V> | Iterable<V>): R
  • Is called for every element of the iterated object

    Parameters

    • value: V

      The current value

    • key: K

      The current key

    • iteratedObject: V[] | Set<V> | Map<K, V> | PlainObject<V> | Iterable<V>

      The iterated object

    Returns R

Generated using TypeDoc