Uses of Class
org.wildfly.clustering.ee.cache.function.MapFunction
Packages that use MapFunction
-
Uses of MapFunction in org.wildfly.clustering.ee.cache.function
Subclasses of MapFunction in org.wildfly.clustering.ee.cache.functionModifier and TypeClassDescriptionclassMapComputeFunction<K,V> Function that applies updates to a map.classMapPutFunction<K,V> Function that puts an entry into a map.classMapRemoveFunction<K,V> Function that removes an entry from a map.