Interface SettingsConfigurable<T>

  • All Known Implementing Classes:
    SettingsComponents

    public interface SettingsConfigurable<T>
    • Method Detail

      • reset

        void reset​(@NotNull
                   T instance)
      • apply

        @NotNull
        T apply​(@NotNull
                T instance)
      • isModified

        boolean isModified​(@NotNull
                           T instance)