Skip to content

Fix CheckedCallable.unchecked() for return type #9702

Closed
@artembilan

Description

@artembilan

Currently the CheckedCallable.unchecked() returns Runnable instead of Callable<T> and its implementation does not return value from the target call() invocation.
Apparently this is a copy/paste artifact from the CheckedRunnable.

To avoid breaking changes, we are going to introduce another method and deprecate this one.
Will be removed in the next 6.5.x version.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions