Class SessionAttributeMapComputeFunction<V>
- Type Parameters:
V- the session attribute value type
- All Implemented Interfaces:
BiConsumer<Map<String,,V>, Map<String, V>> BiFunction<Object,Map<String, V>, Map<String, V>>
public class SessionAttributeMapComputeFunction<V>
extends org.wildfly.clustering.cache.function.MapComputeFunction<String,V>
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.function.MapComputeFunction
accept, equalsMethods inherited from class org.wildfly.clustering.cache.function.AbstractFunction
apply, getOperand, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThenMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
SessionAttributeMapComputeFunction
-