Class RemappingFunction<V extends Remappable<V,O>,O>

java.lang.Object
org.wildfly.clustering.cache.function.RemappingFunction<V,O>
Type Parameters:
V - the cache value type
O - the operand type
All Implemented Interfaces:
BiFunction<Object,V,V>

public class RemappingFunction<V extends Remappable<V,O>,O> extends Object implements BiFunction<Object,V,V>
Generic function for use with Map.compute(Object, BiFunction) operations using Remappable values.
Author:
Paul Ferraro