Class ConcurrentSetAddFunction<V>

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

    public class ConcurrentSetAddFunction<V>
    extends SetAddFunction<V>
    Function that adds an item to a set within a non-transactional cache.
    Author:
    Paul Ferraro
    • Constructor Detail

      • ConcurrentSetAddFunction

        public ConcurrentSetAddFunction​(V value)