Add `onDropped` callback overloads to most operators that drop items that can't be recovered by other means. - [x] `throttleLatest` [PR #7457](https://github.com/ReactiveX/RxJava/issues/7457) - [x] `throttleFirst` [PR #7482](https://github.com/ReactiveX/RxJava/issues/7482) - [x] `throttleLast` / `sample` [PR #7488](https://github.com/ReactiveX/RxJava/issues/7488) - [x] `throttleWithTimeout` / `debounce` [PR #7510](https://github.com/ReactiveX/RxJava/issues/7510) - [x] `onBackpressureLatest` ([PR #7458](https://github.com/ReactiveX/RxJava/pull/7542)) - [x] `onBackpressureBuffer` ([PR #7567](https://github.com/ReactiveX/RxJava/pull/7567)) - 📓 The current overloads with `Action` are somewhat unhelpful, however, we'll have to add overloads in a way that avoids lambda ambiguity.