Preparing search index...
The search index is not available
ixfx
ixfx
Rx
tally
Function tally
tally
(
input
,
options
)
:
Reactive
<
number
>
Parameters
input
:
ReactiveOrSource
<
any
>
options
:
Partial
<
TallyOptions
>
Returns
Reactive
<
number
>
tally
<
TIn
>
(
input
,
options
)
:
Reactive
<
{
tally
:
number
;
value
:
TIn
;
}
>
Type Parameters
TIn
Parameters
input
:
ReactiveOrSource
<
TIn
>
options
:
OpAsAnnotation
&
Partial
<
TallyOptions
>
Returns
Reactive
<
{
tally
:
number
;
value
:
TIn
;
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...