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>> Subclasses of CollectionFunction in org.wildfly.clustering.cache.functionModifier and TypeClassDescriptionclassCollectionAddFunction<V,C extends Collection<V>> Function that adds an item to a collection.classCollectionRemoveFunction<V,C extends Collection<V>> Function that removes an item from a collection.classFunction that adds an item to a set.classFunction that removes an item 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.provider