Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.intl
/
PluralRules
Plural
Rules
open
class
PluralRules
(
locales
:
String
=
definedExternally
,
options
:
PluralRulesOptions
=
definedExternally
)
(
source
)
Members
Constructors
Plural
Rules
Link copied to clipboard
constructor
(
locales
:
ReadonlyArray
<
JsString
>
,
options
:
PluralRulesOptions
=
definedExternally
)
constructor
(
locales
:
String
=
definedExternally
,
options
:
PluralRulesOptions
=
definedExternally
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
resolved
Options
Link copied to clipboard
fun
resolvedOptions
(
)
:
ResolvedPluralRulesOptions
select
Link copied to clipboard
fun
select
(
n
:
Int
)
:
LDMLPluralRule