public class MergeFunction<K,V> extends Object implements Function<EntryView.ReadWriteEntryView<K,V>,V>, InjectableComponent, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MergeFunction.Externalizer |
| Constructor and Description |
|---|
MergeFunction(V value,
BiFunction<? super V,? super V,? extends V> remappingFunction,
Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
V |
apply(EntryView.ReadWriteEntryView<K,V> entry) |
void |
inject(ComponentRegistry registry) |
public V apply(EntryView.ReadWriteEntryView<K,V> entry)
public void inject(ComponentRegistry registry)
inject in interface InjectableComponentCopyright © 2022 JBoss by Red Hat. All rights reserved.