Class MapPutFunction<K,V>
java.lang.Object
org.wildfly.clustering.cache.function.AbstractFunction<Map<K,V>,Map<K,V>>
org.wildfly.clustering.cache.function.MapFunction<K,V,Map<K,V>>
org.wildfly.clustering.cache.function.MapComputeFunction<K,V>
org.wildfly.clustering.cache.function.MapPutFunction<K,V>
- Type Parameters:
K- the map key typeV- the map value type
- All Implemented Interfaces:
BiConsumer<Map<K,V>, Map<K, V>>, BiFunction<Object, Map<K, V>, Map<K, V>>, Operation<Map<K, V>>
Function that puts an entry into a map.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionMapPutFunction(K key, V value) Constructs a new map put operation using the specified key and value. -
Method Summary
Methods inherited from class MapComputeFunction
accept, equalsMethods inherited from class AbstractFunction
apply, getOperand, hashCode, toStringMethods inherited from interface BiConsumer
andThenMethods inherited from interface BiFunction
andThen
-
Constructor Details
-
MapPutFunction
-