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