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 an item to a collection.CollectionFunction<V,C extends Collection<V>> Function that operates on a collection.CollectionFunctionMarshaller<V,C extends Collection<V>, F extends CollectionFunction<V, C>> CollectionOperations<V,C extends Collection<V>> CollectionRemoveFunction<V,C extends Collection<V>> Function that removes an item from a collection.Reusable function implementations.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.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 usingRemappable
values.Function that adds an item to a set.Defines Set creation and cloning strategies.Function that removes an item from a set.