Class RemappingFunction<V extends Remappable<V,O>,O>
- java.lang.Object
-
- org.wildfly.clustering.ee.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 withMap.compute(Object, BiFunction)operations usingRemappablevalues.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RemappingFunction(O operand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vapply(Object key, V value)OgetOperand()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-