transferum
Preparing search index...
FilterOperator
Class FilterOperator<T>
Array filter operator — filters elements by predicate, returning a new array.
Type Parameters
T
Implements
OperatorInterface
<
T
[]
,
T
[]
>
Index
Constructors
constructor
Methods
apply
Constructors
constructor
new
FilterOperator
<
T
>
(
predicate
:
(
item
:
T
)
=>
boolean
)
:
FilterOperator
<
T
>
Type Parameters
T
Parameters
predicate
:
(
item
:
T
)
=>
boolean
Returns
FilterOperator
<
T
>
Methods
apply
apply
(
data
:
T
[]
)
:
T
[]
Parameters
data
:
T
[]
Returns
T
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
apply
transferum
Loading...
Array filter operator — filters elements by predicate, returning a new array.