Uses of Class
org.wildfly.clustering.ee.cache.function.MapComputeFunction
-
Packages that use MapComputeFunction Package Description org.wildfly.clustering.ee.cache.function -
-
Uses of MapComputeFunction in org.wildfly.clustering.ee.cache.function
Subclasses of MapComputeFunction in org.wildfly.clustering.ee.cache.function Modifier and Type Class Description classMapPutFunction<K,V>Function that puts an entry into a map.classMapRemoveFunction<K,V>Function that removes an entry from a map.Methods in org.wildfly.clustering.ee.cache.function that return MapComputeFunction Modifier and Type Method Description MapComputeFunction<Object,Object>MapComputeFunctionMarshaller. readFrom(ProtoStreamReader reader)Methods in org.wildfly.clustering.ee.cache.function that return types with arguments of type MapComputeFunction Modifier and Type Method Description Class<? extends MapComputeFunction<Object,Object>>MapComputeFunctionMarshaller. getJavaClass()Methods in org.wildfly.clustering.ee.cache.function with parameters of type MapComputeFunction Modifier and Type Method Description voidMapComputeFunctionMarshaller. writeTo(ProtoStreamWriter writer, MapComputeFunction<Object,Object> function)
-