Class ConcurrentAddressSetRemoveFunction
- java.lang.Object
-
- org.wildfly.clustering.ee.cache.function.AbstractFunction<V,C>
-
- org.wildfly.clustering.ee.cache.function.CollectionFunction<V,C>
-
- org.wildfly.clustering.ee.cache.function.CollectionRemoveFunction<V,Set<V>>
-
- org.wildfly.clustering.ee.cache.function.SetRemoveFunction<V>
-
- org.wildfly.clustering.ee.cache.function.ConcurrentSetRemoveFunction<org.infinispan.remoting.transport.Address>
-
- org.wildfly.clustering.server.infinispan.provider.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>
ConcurrentSet.remove(Object)function for anAddress.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ConcurrentAddressSetRemoveFunction(org.infinispan.remoting.transport.Address address)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.ee.cache.function.CollectionRemoveFunction
accept
-
Methods inherited from class org.wildfly.clustering.ee.cache.function.AbstractFunction
apply, getOperand
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-