Interface InapplicableSettings.ChangesInSettings<T>

  • Enclosing interface:
    InapplicableSettings

    public static interface InapplicableSettings.ChangesInSettings<T>
    • Method Detail

      • getRemoved

        @NotNull
        Map<String,​T> getRemoved()
      • getChanged

        @NotNull
        Map<String,​T> getChanged()
      • isEmpty

        boolean isEmpty()