| Interface | Description |
|---|---|
| Operations<T> |
Defines operations for creating and copying an operable object.
|
| Class | Description |
|---|---|
| AbstractFunction<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.
|
| CollectionRemoveFunction<V,C extends Collection<V>> |
Function that removes an item from a collection.
|
| ConcurrentMapOperations<K,V> |
Defines operations for creating and copying a concurrent map.
|
| ConcurrentMapPutFunction<K,V> |
Function that puts an entry into a map within a non-transactional cache.
|
| ConcurrentMapRemoveFunction<K,V> |
Function that removes an entry from a map within a non-transactional cache.
|
| ConcurrentSetAddFunction<V> |
Function that adds an item to a set within a non-transactional cache.
|
| ConcurrentSetOperations<V> |
Defines operations for creating and copying a concurrent set.
|
| ConcurrentSetRemoveFunction<V> |
Function that removes an item from a set within a non-transactional cache.
|
| CopyOnWriteMapOperations<K,V> |
Defines operations for creating and copying a non-concurrent map.
|
| CopyOnWriteMapPutFunction<K,V> |
Function that puts an entry into a map within a transactional cache.
|
| CopyOnWriteMapRemoveFunction<K,V> |
Function that removes an entry from a map within a transactional cache.
|
| CopyOnWriteSetAddFunction<V> |
Function that adds an item to a set within a transactional cache.
|
| CopyOnWriteSetOperations<V> |
Defines operations for creating and copying a non-concurrent set.
|
| CopyOnWriteSetRemoveFunction<V> |
Function that removes an item from a set within a transactional cache.
|
| FunctionSerializationContextInitializer | |
| MapFunction<K,V,T> |
Function that operates on a map.
|
| MapPutFunction<K,V> |
Function that puts an entry into a map.
|
| MapRemoveFunction<K,V> |
Function that removes an entry from a map.
|
| SetAddFunction<V> |
Function that adds an item to a set.
|
| SetRemoveFunction<V> |
Function that removes an item from a set.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.