public void transformValues(TObjectFunction<V, V> function) {
   synchronized (mutex) {
     m.transformValues(function);
   }
 }