All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.allegro.finance.tradukisto.internal.languages.PluralForms Maven / Gradle / Ivy

package pl.allegro.finance.tradukisto.internal.languages;

public interface PluralForms {

    String formFor(Integer value);
    GenderType genderType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy