8000 Change signature of runObject/runObjectUI to expect a Callable object by ptziegler · Pull Request #835 · eclipse-windowbuilder/windowbuilder · GitHub
[go: up one dir, main page]

Skip to content

Change signature of runObject/runObjectUI to expect a Callable object#835

Merged
ptziegler merged 1 commit intoeclipse-windowbuilder:masterfrom
ptziegler:callable-runObjectUi
Jul 14, 2024
Merged

Change signature of runObject/runObjectUI to expect a Callable object#835
ptziegler merged 1 commit intoeclipse-windowbuilder:masterfrom
ptziegler:callable-runObjectUi

Conversation

@ptziegler
Copy link
Contributor

Our RunnableObjectEx and the Java Callable are functionally identical: The interface defines a single method, which returns a generic object and may throw an exception. So there is no need to use our own interface.

Where applicable, anonymous instances of this interface have been replaced with lambda expressions.

Our RunnableObjectEx and the Java Callable are functionally identical:
The interface defines a single method, which returns a generic object
and may throw an exception. So there is no need to use our own
interface.

Where applicable, anonymous instances of this interface have been
replaced with lambda expressions.
@ptziegler ptziegler added this to the 1.17.0 milestone Jul 14, 2024
@ptziegler ptziegler merged commit 334f329 into eclipse-windowbuilder:master Jul 14, 2024
@ptziegler ptziegler deleted the callable-runObjectUi branch July 14, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0