Class MapFunction<K,V,T>
java.lang.Object
org.wildfly.clustering.cache.function.AbstractFunction<T,Map<K,V>>
org.wildfly.clustering.cache.function.MapFunction<K,V,T>
- Type Parameters:
K- the map key typeV- the map value typeT- the function operand type
- All Implemented Interfaces:
BiConsumer<Map<K,,V>, T> BiFunction<Object,Map<K, V>, Map<K, V>>
- Direct Known Subclasses:
MapComputeFunction
Function that operates on a map.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.function.AbstractFunction
apply, equals, getOperand, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
accept, andThenMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
MapFunction
-