Class Put<K,V>
- java.lang.Object
-
- org.infinispan.jcache.embedded.functions.GetAndPut<K,V>
-
- org.infinispan.jcache.embedded.functions.Put<K,V>
-
- All Implemented Interfaces:
BiFunction<V,org.infinispan.functional.EntryView.ReadWriteEntryView<K,V>,V>
,org.infinispan.commands.functional.functions.InjectableComponent
public class Put<K,V> extends GetAndPut<K,V>
-
-
Field Summary
-
Fields inherited from class org.infinispan.jcache.embedded.functions.GetAndPut
expiryPolicy
-
-
Constructor Summary
Constructors Constructor Description Put()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
apply(V v, org.infinispan.functional.EntryView.ReadWriteEntryView<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.BiFunction
andThen
-
-