learnrxjava icon indicating copy to clipboard operation
learnrxjava copied to clipboard

Small bug fixes

Open zshift opened this issue 10 years ago • 0 comments

The implementations of reduce were fixed. They used to iterate over the same element in the list, now it correctly iterates over every element in the list. concatMap was made into an instance method. Changed the return type of exercise19 to be consistent with the other exercises.

zshift avatar Nov 07 '14 22:11 zshift