57585960616263
} @Override public long alterAndGet(IFunction<Long, Long> function) { isNotNull(function, "function"); return (Long) invoke(new AlterAndGetRequest(name, toData(function))); }