.. _f-simplefctmr: module ``fctmr.simplefctmr`` ============================ Short summary +++++++++++++ module ``sparkouille.fctmr.simplefctmr`` Simple *mapper* and *reducer* implemented in :epkg:`Python` :githublink:`%|py|6` Functions +++++++++ +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +===========================================================+=======================================================================================================================+ | :func:`combiner ` | Joins (or combines) two generators. The function is written based on two reducers. The function is more efficient ... | +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`ffilter ` | Filters out elements from a generator. | +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`mapper ` | Applies function *fct* to a generator. | +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`reducer ` | Implements a reducer. | +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`take ` | Skips and takes elements from a generator. | +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: sparkouille.fctmr.simplefctmr :members: :special-members: __init__ :show-inheritance: