Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-9702: Add
CheckedCallable.uncheckedCallable
Fixes: #9702 Issue link: #9702 The current `CheckedCallable.unchecked()` returns `Runnable`, which is not an expectation. * Deprecate `CheckedCallable.unchecked()` in favor of newly introduced `CheckedCallable.uncheckedCallable()`. We cannot call it `unchecked()` as well, since `Callable` after erasure becomes similar to class signature as `Runnable`. **Auto-cherry-pick to `6.3.x`**
- Loading branch information