Class MapRemoveFunction<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.MapRemoveFunction<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>>
Function that removes an entry from a map.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.function.MapComputeFunction
accept, equals
Methods inherited from class org.wildfly.clustering.cache.function.AbstractFunction
apply, getOperand, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
andThen
Methods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
MapRemoveFunction
-