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>>

public class SessionAttributeMapComputeFunction<V> extends MapComputeFunction<String,V>
Author:
Paul Ferraro