Uses of Interface
org.wildfly.clustering.ee.cache.function.Remappable
-
Packages that use Remappable Package Description org.wildfly.clustering.ee.cache.function -
-
Uses of Remappable in org.wildfly.clustering.ee.cache.function
Classes in org.wildfly.clustering.ee.cache.function with type parameters of type Remappable Modifier and Type Interface Description interfaceRemappable<V extends Remappable<V,O>,O>Implemented by cache value types that support copy-on-write operations.classRemappingFunction<V extends Remappable<V,O>,O>Generic function for use withMap.compute(Object, BiFunction)operations usingRemappablevalues.
-