Interface ConfigurationBuilder.Applier<M>

  • Enclosing interface:
    ConfigurationBuilder<M>
    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 static interface ConfigurationBuilder.Applier<M>
    Applier.
    • Method Detail

      • apply

        void apply​(M model)
            throws java.lang.Throwable
        Applies the configuration.
        Parameters:
        model - Model.
        Throws:
        java.lang.Throwable - Possible failure in applying the change.