Class AddFunction<K extends CounterKey>

java.lang.Object
org.infinispan.counter.impl.function.AddFunction<K>
All Implemented Interfaces:
Function<org.infinispan.functional.EntryView.ReadWriteEntryView<K,CounterValue>,CounterValue>

public final class AddFunction<K extends CounterKey> extends Object
The adding function to update the CounterValue.
Since:
9.0
Author:
Pedro Ruivo