Class MapPutFunction<K,V>

java.lang.Object
Type Parameters:
K - the map key type
V - the map value type
All Implemented Interfaces:
BiConsumer<Map<K,V>,Map<K,V>>, BiFunction<Object,Map<K,V>,Map<K,V>>

public class MapPutFunction<K,V> extends MapComputeFunction<K,V>
Function that puts an entry into a map.
Author:
Paul Ferraro