Class MarshallableFunctions.SetValueIfAbsentReturnPrevOrNull<K,V>
java.lang.Object
org.infinispan.marshall.core.MarshallableFunctions.SetValueIfAbsentReturnPrevOrNull<K,V>
- All Implemented Interfaces:
BiFunction<V, EntryView.ReadWriteEntryView<K,V>, V>
- Enclosing class:
MarshallableFunctions
@ProtoTypeId(1293)
public static final class MarshallableFunctions.SetValueIfAbsentReturnPrevOrNull<K,V>
extends Object
implements BiFunction<V, EntryView.ReadWriteEntryView<K,V>, V>
-
Constructor Details
-
SetValueIfAbsentReturnPrevOrNull
public SetValueIfAbsentReturnPrevOrNull()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<V, EntryView.ReadWriteEntryView<K,V>, V>
-