public void transformValues(TByteFunction function) {
   synchronized (mutex) {
     m.transformValues(function);
   }
 }