Uses of Class
org.wildfly.clustering.ee.cache.function.MapFunction
-
Packages that use MapFunction Package Description org.wildfly.clustering.ee.cache.function -
-
Uses of MapFunction in org.wildfly.clustering.ee.cache.function
Subclasses of MapFunction in org.wildfly.clustering.ee.cache.function Modifier and Type Class Description classMapComputeFunction<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.
-