votes
Preparing search index...
utils
RestrictableRanker
Interface RestrictableRanker<C>
interface
RestrictableRanker
<
C
extends
string
>
{
ranking
()
:
C
[]
[]
;
restrict
(
candidates
:
C
[]
)
:
RestrictableRanker
<
C
>
;
}
Type Parameters
C
extends
string
Hierarchy (
View Summary
)
Ranker
<
C
>
RestrictableRanker
Index
Methods
ranking
restrict
Methods
ranking
ranking
()
:
C
[]
[]
Returns
C
[]
[]
restrict
restrict
(
candidates
:
C
[]
)
:
RestrictableRanker
<
C
>
Parameters
candidates
:
C
[]
Returns
RestrictableRanker
<
C
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
ranking
restrict
votes
Loading...