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 typeO
- 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
-
Constructor Details
-
RemappingFunction
-
-
Method Details
-
getOperand
-
apply
- Specified by:
apply
in interfaceBiFunction<Object,
V extends Remappable<V, O>, V extends Remappable<V, O>>
-