Class MergeFunction<K,V>
java.lang.Object
org.infinispan.commands.functional.functions.MergeFunction<K,V>
- All Implemented Interfaces:
Serializable,Function<EntryView.ReadWriteEntryView<K,,V>, V> InjectableComponent
public class MergeFunction<K,V>
extends Object
implements Function<EntryView.ReadWriteEntryView<K,V>,V>, InjectableComponent, Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMergeFunction(V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction, Metadata metadata) -
Method Summary
Modifier and TypeMethodDescriptionapply(EntryView.ReadWriteEntryView<K, V> entry) voidinject(ComponentRegistry registry)