Class MapRemoveFunction<K,V>
- java.lang.Object
-
- org.wildfly.clustering.ee.cache.function.AbstractFunction<T,Map<K,V>>
-
- org.wildfly.clustering.ee.cache.function.MapFunction<K,V,K>
-
- org.wildfly.clustering.ee.cache.function.MapRemoveFunction<K,V>
-
- Type Parameters:
K- the map key typeV- the map value type
- All Implemented Interfaces:
BiConsumer<Map<K,V>,K>,BiFunction<Object,Map<K,V>,Map<K,V>>
- Direct Known Subclasses:
ConcurrentMapRemoveFunction,CopyOnWriteMapRemoveFunction
public class MapRemoveFunction<K,V> extends MapFunction<K,V,K>
Function that removes an entry from a map.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description MapRemoveFunction(K operand, Operations<Map<K,V>> operations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Map<K,V> map, K key)-
Methods inherited from class org.wildfly.clustering.ee.cache.function.AbstractFunction
apply, getOperand
-
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
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-