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.
Add
onDroppedcallback overloads to most operators that drop items that can't be recovered by other means.throttleLatestPR #7457throttleFirstPR #7482throttleLast/samplePR #7488throttleWithTimeout/debouncePR #7510onBackpressureLatest(PR #7458)onBackpressureBuffer(PR #7567)Actionare somewhat unhelpful, however, we'll have to add overloads in a way that avoids lambda ambiguity.