| 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.
|
| CollectionFunctionMarshaller<V,C extends Collection<V>,F extends CollectionFunction<V,C>> |
|
| CollectionRemoveFunction<V,C extends Collection<V>> |
Function that removes an item from a collection.
|
| FunctionSerializationContextInitializer |
|
| MapComputeFunction<K,V> |
Function that applies updates to a map.
|
| MapComputeFunctionMarshaller |
|
| 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.
|
| RemappingFunction<V extends Remappable<V,O>,O> |
|
| SetAddFunction<V> |
Function that adds an item to a set.
|
| SetRemoveFunction<V> |
Function that removes an item from a set.
|