public void transformValues(TDoubleFunction function) {
   synchronized (mutex) {
     list.transformValues(function);
   }
 }