Uses of Interface
org.wildfly.clustering.cache.function.Operations
Packages that use Operations
-
Uses of Operations in org.wildfly.clustering.cache.function
Subinterfaces of Operations in org.wildfly.clustering.cache.functionClasses in org.wildfly.clustering.cache.function that implement OperationsModifier and TypeClassDescriptionenumDefines Map creation and cloning strategies.enumDefines Set creation and cloning strategies.Constructors in org.wildfly.clustering.cache.function with parameters of type OperationsModifierConstructorDescriptionCollectionAddFunction(Collection<V> operand, Operations<C> operations) CollectionFunction(Collection<V> operand, Operations<C> operations) CollectionRemoveFunction(Collection<V> operand, Operations<C> operations) MapFunction(T operand, Operations<Map<K, V>> operations)