Preparing search index...
The search index is not available
@szilanor/stream
@szilanor/stream
arrayFilter
Function arrayFilter
array
Filter
<
T
>
(
predicate
)
:
OperationFunction
<
T
[]
,
T
[]
>
Returns an Iterable that yields only array entries of the source Iterable that satisfy the function.
Type Parameters
T
Parameters
predicate
:
(
(
entry
:
T
,
index
:
number
)
=>
boolean
)
(
entry
,
index
)
:
boolean
Parameters
entry
:
T
index
:
number
Returns
boolean
Returns
OperationFunction
<
T
[]
,
T
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Returns an Iterable that yields only array entries of the source Iterable that satisfy the function.