Changing select/map to use a scoped this argument in addition to passing the observable sequence.
Changes from:
selector: (T => Int => U)
to:
selector: (T => Int => Observable<T> => U)
With optional scope binding.
This also affects
- every
- some
- filter