Package 

Class PrefsWrapper.NonNullPrefDelegate

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String prefKey
    • Method Summary

      Modifier and Type Method Description
      final String getPrefKey()
      final Unit setPrefKey(String prefKey)
      final T getValue(Object thisRef, KProperty<?> property)
      abstract T getValue(String preferencesKey)
      final Unit setValue(Object thisRef, KProperty<?> property, T value)
      abstract Unit setValue(String preferencesKey, T value)
      • Methods inherited from class java.lang.Object

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