Uses of Class
org.wildfly.clustering.cache.function.CollectionFunction
Packages that use CollectionFunction
Package
Description
-
Uses of CollectionFunction in org.wildfly.clustering.cache.function
Classes in org.wildfly.clustering.cache.function with type parameters of type CollectionFunctionModifier and TypeClassDescriptionclassCollectionFunctionMarshaller<V, C extends Collection<V>, F extends CollectionFunction<V,C>> A marshaller of a collection function.Subclasses of CollectionFunction in org.wildfly.clustering.cache.functionModifier and TypeClassDescriptionclassCollectionAddFunction<V, C extends Collection<V>>Function that adds one or more elements to a collection.classCollectionRemoveFunction<V, C extends Collection<V>>Function that removes one or more elements from a collection.classFunction that adds one or more items to a set.classFunction that removes one or more elements from a set. -
Uses of CollectionFunction in org.wildfly.clustering.server.infinispan.provider
Classes in org.wildfly.clustering.server.infinispan.provider with type parameters of type CollectionFunctionModifier and TypeClassDescriptionclassAddressSetFunctionMarshaller<F extends CollectionFunction<org.infinispan.remoting.transport.Address, Set<org.infinispan.remoting.transport.Address>>>Marshaller for an function that operates on aSetofAddressinstances.Subclasses of CollectionFunction in org.wildfly.clustering.server.infinispan.providerModifier and TypeClassDescriptionclassA function used to perform add/addAll operations on a set of addresses.classA function used to perform remove/removeAll operations on a set of addresses.