Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FilterCallback<V, K>

Type parameters

  • V = any

  • K = any

Hierarchy

  • FilterCallback

Callable

  • FilterCallback(value: V, key: K, iteratedObject: V[] | Set<V> | Map<K, V> | PlainObject<V> | Iterable<V>): boolean
  • 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 boolean

Generated using TypeDoc