Class SetAddFunction<V>

java.lang.Object
Type Parameters:
V - the set element type
All Implemented Interfaces:
BiConsumer<Set<V>,Collection<V>>, BiFunction<Object,Set<V>,Set<V>>
Direct Known Subclasses:
AddressSetAddFunction

public class SetAddFunction<V> extends CollectionAddFunction<V,Set<V>>
Function that adds an item to a set.
Author:
Paul Ferraro