Package org.wildfly.clustering.cache.function
package org.wildfly.clustering.cache.function
-
ClassDescriptionAbstractFunction<T,
O> Function that operates on an operable object.CollectionAddFunction<V, C extends Collection<V>>Function that adds one or more elements to a collection.CollectionFunction<V, C extends Collection<V>>Function that operates on a collection.A marshaller of a collection function.CollectionOperations<V, C extends Collection<V>>Defines operations for creating and copying an operable collection.CollectionRemoveFunction<V, C extends Collection<V>>Function that removes one or more elements from a collection.The serialization context initializer for this package.MapComputeFunction<K,V> Function that applies updates to a map.ProtoStream marshaller forMapComputeFunction.MapFunction<K,V, T> Function that operates on a map.Defines Map creation and cloning strategies.MapPutFunction<K,V> Function that puts an entry into a map.MapRemoveFunction<K,V> Function that removes an entry from a map.Operation<O>Encapsulates an operation.Operations<T>Defines operations for creating and copying an operable object.Implemented by cache value types that support copy-on-write operations.Generic function for use withMap.compute(Object, BiFunction)operations usingRemappablevalues.Function that adds one or more items to a set.Defines Set creation and cloning strategies.Function that removes one or more elements from a set.