Class SessionAttributeMapComputeFunction<V>
java.lang.Object
org.wildfly.clustering.cache.function.AbstractFunction<Map<String,V>, Map<String,V>>
org.wildfly.clustering.cache.function.MapFunction<String, V, Map<String,V>>
org.wildfly.clustering.cache.function.MapComputeFunction<String,V>
org.wildfly.clustering.session.cache.attributes.fine.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>>, Operation<Map<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 MapComputeFunction
accept, equalsMethods inherited from class AbstractFunction
apply, getOperand, hashCode, toStringMethods inherited from interface BiConsumer
andThenMethods inherited from interface BiFunction
andThen
-
Constructor Details
-
SessionAttributeMapComputeFunction
-