Interface DidUpdateKey<K,​V>

    • Method Summary

      Modifier and Type Method Description
      void didUpdate​(K key, V newValue, V oldValue)  
    • Method Detail

      • didUpdate

        void didUpdate​(K key,
                       V newValue,
                       V oldValue)