V - the class of objects stored in collection as values@FunctionalInterface
public interface Updater<V extends java.io.Serializable>
| Modifier and Type | Method and Description |
|---|---|
void |
update(V value)
Function to mutate a value in a collection.
|
void update(V value)
value - collection value to be mutated