public int reduceValuesToInt() {
   return realMap.reduceValuesToInt(10L, v -> v.getValueInt(), 0, (x, y) -> x + y);
 }