org.beangle.commons.text.inflector

Members list

Type members

Classlikes

trait Pluralizer

Pluralizer converts singular word forms to their plural forms.

Pluralizer converts singular word forms to their plural forms.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Rule

Rule interface.

Rule interface.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class RuleBasedPluralizer(var rules: List[Rule], var locale: Locale, var fallbackPluralizer: Pluralizer) extends Pluralizer

RuleBasedPluralizer class.

RuleBasedPluralizer class.

Attributes

Companion
object
Supertypes
trait Pluralizer
class Object
trait Matchable
class Any
Known subtypes
object EnNounPluralizer.type