Package eu.antidotedb.client
Interface MergeRegisterKey.ValueMerger<V>
-
- All Known Implementing Classes:
MaxValueMerger,MinValueMerger
- Enclosing class:
- MergeRegisterKey<V>
public static interface MergeRegisterKey.ValueMerger<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vmerge(java.util.List<V> concValues)Merges the concurrent values of the (possibly empty) list concValues into a single value
-