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 classConcurrentMapPutFunction<K,V>Function that puts an entry into a map within a non-transactional cache.classConcurrentMapRemoveFunction<K,V>Function that removes an entry from a map within a non-transactional cache.classCopyOnWriteMapPutFunction<K,V>Function that puts an entry into a map within a transactional cache.classCopyOnWriteMapRemoveFunction<K,V>Function that removes an entry from a map within a transactional cache.classMapPutFunction<K,V>Function that puts an entry into a map.classMapRemoveFunction<K,V>Function that removes an entry from a map.
-