public static interface EntryView.WriteEntryView<V>
| Modifier and Type | Method and Description |
|---|---|
Void |
remove()
Removes the value and any metadata parameters associated with it.
|
Void |
set(V value,
MetaParam.Writable... metas)
Set this value along with optional metadata parameters.
|
Void set(V value, MetaParam.Writable... metas)
This method returns Void instead of 'void' to avoid
having to add overloaded methods in functional map that take
Consumer instead of Function. This is an
unfortunate side effect of the Java language itself which does
not consider 'void' to be an Object.
Void remove()
This method returns Void instead of 'void' to avoid
having to add overloaded methods in functional map that take
Consumer instead of Function. This is an
unfortunate side effect of the Java language itself which does
not consider 'void' to be an Object.
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.