Uses of Interface
org.wildfly.clustering.cache.function.Operation
Packages that use Operation
-
Uses of Operation in org.wildfly.clustering.cache.function
Classes in org.wildfly.clustering.cache.function that implement OperationModifier and TypeClassDescriptionclassAbstractFunction<T,O> Function that operates on an operable object.classCollectionAddFunction<V, C extends Collection<V>>Function that adds one or more elements to a collection.classCollectionFunction<V, C extends Collection<V>>Function that operates on a collection.classCollectionRemoveFunction<V, C extends Collection<V>>Function that removes one or more elements from a collection.classMapComputeFunction<K,V> Function that applies updates to a map.classMapFunction<K,V, T> Function that operates on a map.classMapPutFunction<K,V> Function that puts an entry into a map.classMapRemoveFunction<K,V> Function that removes an entry from a map.classRemappingFunction<V extends Remappable<V,O>, O> Generic function for use withMap.compute(Object, BiFunction)operations usingRemappablevalues.classFunction that adds one or more items to a set.classFunction that removes one or more elements from a set.