Interface FilterCallback<V, K>
Callable
- FilterCallback(value: V, key: K, iteratedObject: V[] | Set<V> | Map<K, V> | PlainObject<V> | Iterable<V>): boolean
-
Parameters
-
value: V
-
key: K
-
iteratedObject: V[] | Set<V> | Map<K, V> | PlainObject<V> | Iterable<V>
Returns boolean
Is called for every element of the iterated object