Class AddressSetRemoveFunction

java.lang.Object
org.wildfly.clustering.cache.function.AbstractFunction<Collection<org.infinispan.remoting.transport.Address>,Set<org.infinispan.remoting.transport.Address>>
org.wildfly.clustering.cache.function.CollectionFunction<org.infinispan.remoting.transport.Address,Set<org.infinispan.remoting.transport.Address>>
org.wildfly.clustering.cache.function.CollectionRemoveFunction<org.infinispan.remoting.transport.Address,Set<org.infinispan.remoting.transport.Address>>
org.wildfly.clustering.cache.function.SetRemoveFunction<org.infinispan.remoting.transport.Address>
org.wildfly.clustering.server.infinispan.provider.AddressSetRemoveFunction
All Implemented Interfaces:
BiConsumer<Set<org.infinispan.remoting.transport.Address>,Collection<org.infinispan.remoting.transport.Address>>, BiFunction<Object,Set<org.infinispan.remoting.transport.Address>,Set<org.infinispan.remoting.transport.Address>>

public class AddressSetRemoveFunction extends SetRemoveFunction<org.infinispan.remoting.transport.Address>
Author:
Paul Ferraro