| AbstractFunction |
Function that operates on an operable object.
|
| CollectionAddFunction |
Function that adds an item to a collection.
|
| CollectionFunction |
Function that operates on a collection.
|
| CollectionRemoveFunction |
Function that removes an item from a collection.
|
| MapFunction |
Function that operates on a map.
|
| MapPutFunction |
Function that puts an entry into a map.
|
| MapRemoveFunction |
Function that removes an entry from a map.
|
| Operations |
Defines operations for creating and copying an operable object.
|
| SetAddFunction |
Function that adds an item to a set.
|
| SetRemoveFunction |
Function that removes an item from a set.
|