Uses of Class
org.wildfly.clustering.cache.function.CollectionFunction
Packages that use CollectionFunction
-
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.