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