pyrio.decorators.handler ======================== .. py:module:: pyrio.decorators.handler Attributes ---------- .. autoapisummary:: pyrio.decorators.handler.TERMINAL_FUNCTIONS Functions --------- .. autoapisummary:: pyrio.decorators.handler.pre_call pyrio.decorators.handler.handle_consumed Module Contents --------------- .. py:data:: TERMINAL_FUNCTIONS :value: ['for_each', 'reduce', 'count', 'min', 'max', 'sum', 'average', 'find_first', 'find_any',... .. py:function:: pre_call(function_decorator) Applies a function decorator to all callable methods .. py:function:: handle_consumed(func) Prevents operations on consumed streams and auto-closes after terminal operations