Class ConcurrentAddressSetRemoveFunction

  • All Implemented Interfaces:
    BiConsumer<Set<org.infinispan.remoting.transport.Address>,​org.infinispan.remoting.transport.Address>, BiFunction<Object,​Set<org.infinispan.remoting.transport.Address>,​Set<org.infinispan.remoting.transport.Address>>

    public class ConcurrentAddressSetRemoveFunction
    extends ConcurrentSetRemoveFunction<org.infinispan.remoting.transport.Address>
    Concurrent Set.remove(Object) function for an Address.
    Author:
    Paul Ferraro
    • Constructor Detail

      • ConcurrentAddressSetRemoveFunction

        public ConcurrentAddressSetRemoveFunction​(org.infinispan.remoting.transport.Address address)