Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 431 Bytes

remove-result-mapper.md

File metadata and controls

19 lines (15 loc) · 431 Bytes

Removing result_mapper argument in operators (and pseudo result mapper)

EDIT: All operators have been updated.

Remove result_mapper in rx/init.py :

  • generate_with_relative_time
  • generate
  • zip
  • with_latest_from
  • combine_latest

Remove result_mapper in rx/operators/init.py :

  • group_join
  • join
  • zip
  • zip_with_iterable
  • with_latest_from
  • combine_latest