zeed
Preparing search index...
listQuery
Function listQuery
listQuery
<
T
>
(
list
:
T
[]
,
filters
:
FilterFunction
<
T
>
[]
,
mappers
?:
MapperFunction
<
T
>
[]
,
)
:
any
[]
|
T
Apply multiple filters, optionally transform through mappers, filter null/undefined items.
Type Parameters
T
Parameters
list
:
T
[]
filters
:
FilterFunction
<
T
>
[]
mappers
:
MapperFunction
<
T
>
[]
= []
Returns
any
[]
|
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
zeed
Loading...
Apply multiple filters, optionally transform through mappers, filter null/undefined items.