Class SessionAttributeMapComputeFunction<V>
java.lang.Object
- 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>>, org.wildfly.clustering.cache.function.Operation<Map<String, V>>
public class SessionAttributeMapComputeFunction<V>
extends org.wildfly.clustering.cache.function.MapComputeFunction<String,V>
A session attribute map compute function.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSessionAttributeMapComputeFunction(Map<String, V> operand) Creates a session attribute map compute function. -
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 interface BiConsumer
andThenMethods inherited from interface BiFunction
andThen
-
Constructor Details
-
SessionAttributeMapComputeFunction
-