Preparing search index...
The search index is not available
ixfx
ixfx
Rx
rank
Function rank
rank
<
TIn
>
(
input
,
rank
,
options
)
:
Reactive
<
TIn
>
Type Parameters
TIn
Parameters
input
:
ReactiveOrSource
<
any
>
rank
:
RankFunction
<
TIn
>
options
:
Partial
<
RankOptions
&
Partial
<
InitStreamOptions
>
&
{
annotate
?:
boolean
;
skipIdentical
?:
boolean
;
skipUndefined
?:
boolean
;
}
>
Returns
Reactive
<
TIn
>
rank
<
TIn
>
(
input
,
rank
,
options
)
:
Reactive
<
{
rank
:
TIn
;
value
:
TIn
;
}
>
Type Parameters
TIn
Parameters
input
:
ReactiveOrSource
<
any
>
rank
:
RankFunction
<
TIn
>
options
:
OpAsAnnotation
&
Partial
<
RankOptions
&
Partial
<
InitStreamOptions
>
&
{
annotate
?:
boolean
;
skipIdentical
?:
boolean
;
skipUndefined
?:
boolean
;
}
>
Returns
Reactive
<
{
rank
:
TIn
;
value
:
TIn
;
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...