Package 

Interface Configurable

    • Method Summary

      Modifier and Type Method Description
      abstract Unit submitPreferences(P preferences) Submits a new set of Preferences to update the current Settings.
      abstract StateFlow<S> getSettings() Current Settings values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • submitPreferences

         abstract Unit submitPreferences(P preferences)

        Submits a new set of Preferences to update the current Settings.

        Note that the Configurable might not update its settings right away, or might even ignore some of the provided preferences. They are only used as hints to compute the new settings.