public interface Mutation<K,V,R> extends InjectableComponent
| Modifier and Type | Method and Description |
|---|---|
R |
apply(EntryView.ReadWriteEntryView<K,V> view)
Mutate the view
|
DataConversion |
keyDataConversion() |
byte |
type() |
DataConversion |
valueDataConversion() |
injectbyte type()
R apply(EntryView.ReadWriteEntryView<K,V> view)
view - DataConversion keyDataConversion()
DataConversion valueDataConversion()
Copyright © 2022 JBoss by Red Hat. All rights reserved.