Class MapFunction<K,V,T>
- java.lang.Object
-
- org.wildfly.clustering.ee.cache.function.AbstractFunction<T,Map<K,V>>
-
- org.wildfly.clustering.ee.cache.function.MapFunction<K,V,T>
-
- Type Parameters:
K- the map key typeV- the map value type
- All Implemented Interfaces:
BiConsumer<Map<K,V>,T>,BiFunction<Object,Map<K,V>,Map<K,V>>
- Direct Known Subclasses:
MapPutFunction,MapRemoveFunction
public abstract class MapFunction<K,V,T> extends AbstractFunction<T,Map<K,V>>
Function that operates on a map.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description MapFunction(T operand, UnaryOperator<Map<K,V>> copier, Supplier<Map<K,V>> factory)
-
Method Summary
-
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
accept, andThen
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-