Class AddressSetAddFunction
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.CollectionAddFunction<org.infinispan.remoting.transport.Address,Set<org.infinispan.remoting.transport.Address>>
org.wildfly.clustering.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
ConstructorsConstructorDescriptionAddressSetAddFunction(Collection<org.infinispan.remoting.transport.Address> addresses) AddressSetAddFunction(org.infinispan.remoting.transport.Address address) -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.function.CollectionAddFunction
acceptMethods inherited from class org.wildfly.clustering.cache.function.CollectionFunction
equals, hashCodeMethods inherited from class org.wildfly.clustering.cache.function.AbstractFunction
apply, getOperand, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThenMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
AddressSetAddFunction
public AddressSetAddFunction(org.infinispan.remoting.transport.Address address) -
AddressSetAddFunction
-