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