Class SetAddFunction<V>

Type Parameters:
V - the set element type
All Implemented Interfaces:
BiConsumer<Set<V>,Collection<V>>, BiFunction<Object,Set<V>,Set<V>>

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

    • SetAddFunction

      public SetAddFunction(V value)
    • SetAddFunction

      public SetAddFunction(Collection<V> values)