negmas.generics Module
A set of generic classes and corresponding functions to iterate and index them.
The main goal of having this module is to allow for flexible modeling of collections with most python builtin
collections (e.g. list, tuple, generator) or even Callables without awkward isinstance calls in
other modules of the library.
Functions
|
Calls or indexes the group by the param |
|
Get an item from an IterableMapping |
|
Enumerates a GenericMapping. |
|
Enumerates a GenericMapping. |
|
Returns all keys of the iterable. |
|
Returns all keys of the iterable. |
|
Get an item from an IterableMapping |