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 type
V - the map value type
All Implemented Interfaces:
BiConsumer<Map<K,V>,T>, BiFunction<Object,Map<K,V>,Map<K,V>>
Direct Known Subclasses:
MapComputeFunction

public abstract class MapFunction<K,V,T> extends AbstractFunction<T,Map<K,V>>
Function that operates on a map.
Author:
Paul Ferraro
  • Constructor Details