Interface LanguageCustomizer<T extends Language>

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface LanguageCustomizer<T extends Language>
    • Method Detail

      • customize

        void customize​(T language)
        Customize the specified Language
        Parameters:
        language - the language to customize