class |
CollectionAddFunction<V,C extends Collection<V>> |
Function that adds an item to a collection.
|
class |
CollectionFunction<V,C extends Collection<V>> |
Function that operates on a collection.
|
class |
CollectionRemoveFunction<V,C extends Collection<V>> |
Function that removes an item from a collection.
|
class |
MapComputeFunction<K,V> |
Function that applies updates to a map.
|
class |
MapFunction<K,V,T> |
Function that operates on a map.
|
class |
MapPutFunction<K,V> |
Function that puts an entry into a map.
|
class |
MapRemoveFunction<K,V> |
Function that removes an entry from a map.
|
class |
SetAddFunction<V> |
Function that adds an item to a set.
|
class |
SetRemoveFunction<V> |
Function that removes an item from a set.
|