Preparing search index...
The search index is not available
ixfx
ixfx
Rx
filter
Function filter
filter
<
In
>
(
input
,
predicate
,
options
)
:
Reactive
<
In
>
Passes all values where
predicate
function returns
true
.
Type Parameters
In
Parameters
input
:
ReactiveOrSource
<
In
>
predicate
:
FilterPredicate
<
In
>
options
:
Partial
<
InitStreamOptions
>
Returns
Reactive
<
In
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Passes all values where
predicate
function returns true.