Class MarshallableFunctions.SetInternalCacheValue<K,V>
java.lang.Object
org.infinispan.marshall.core.MarshallableFunctions.SetInternalCacheValue<K,V>
- All Implemented Interfaces:
BiConsumer<InternalCacheValue<V>, EntryView.WriteEntryView<K,
V>>
- Enclosing class:
MarshallableFunctions
@ProtoTypeId(1289)
public static final class MarshallableFunctions.SetInternalCacheValue<K,V>
extends Object
implements BiConsumer<InternalCacheValue<V>, EntryView.WriteEntryView<K,V>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(InternalCacheValue<V> icv, EntryView.WriteEntryView<K, V> view) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
SetInternalCacheValue
public SetInternalCacheValue()
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<K,
V>
-