Uses of Class
org.wildfly.clustering.cache.function.MapFunction
Packages that use MapFunction
-
Uses of MapFunction in org.wildfly.clustering.cache.function
Subclasses of MapFunction in org.wildfly.clustering.cache.functionModifier and TypeClassDescriptionclass
MapComputeFunction<K,
V> Function that applies updates to a map.class
MapPutFunction<K,
V> Function that puts an entry into a map.class
MapRemoveFunction<K,
V> Function that removes an entry from a map.