Uses of Class
org.wildfly.clustering.ee.cache.function.CollectionFunction
-
Packages that use CollectionFunction Package Description org.wildfly.clustering.ee.cache.function -
-
Uses of CollectionFunction in org.wildfly.clustering.ee.cache.function
Classes in org.wildfly.clustering.ee.cache.function with type parameters of type CollectionFunction Modifier and Type Class Description classCollectionFunctionMarshaller<V,C extends Collection<V>,F extends CollectionFunction<V,C>>Subclasses of CollectionFunction in org.wildfly.clustering.ee.cache.function Modifier and Type Class Description classCollectionAddFunction<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.classSetAddFunction<V>Function that adds an item to a set.classSetRemoveFunction<V>Function that removes an item from a set.
-