Package 

Class PreferenceKt

    • Method Summary

      Modifier and Type Method Description
      final static <T extends Any> Unit clear(Preference<T> $self) Unset the preference.
      final static Unit toggle(Preference<Boolean> $self) Toggle the preference value.
      final static Preference<Boolean> flipped(Preference<Boolean> $self) Returns a new preference with its boolean value flipped.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait