@Override
 public void transformValues(TFloatFunction function) {
   synchronized (mutex) {
     m.transformValues(function);
   }
 }