Uses of Interface
org.wildfly.clustering.ee.cache.function.Remappable
Packages that use Remappable
-
Uses of Remappable in org.wildfly.clustering.ee.cache.function
Classes in org.wildfly.clustering.ee.cache.function with type parameters of type RemappableModifier and TypeInterfaceDescriptioninterfaceRemappable<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.