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.functionModifier and TypeInterfaceDescriptioninterfaceCollectionOperations<V, C extends Collection<V>>Defines operations for creating and copying an operable collection.Classes 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> values, Operations<C> operations) Constructs a new function that adds the specified elements to a collection.CollectionFunction(Collection<V> operand, Operations<C> operations) Constructs a new collection operation functionCollectionRemoveFunction(Collection<V> values, Operations<C> operations) Constructs a new function that removes the specified elements from a collection.MapFunction(T operand, Operations<Map<K, V>> operations) Constructs a new map operation function