E535 Change signatures in SwingUtils to expect a Callable object by ptziegler · Pull Request #832 · eclipse-windowbuilder/windowbuilder · GitHub
[go: up one dir, main page]

Skip to content

Change signatures in SwingUtils to expect a Callable object#832

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

Change signatures in SwingUtils to expect a Callable object#832
ptziegler merged 1 commit intoeclipse-windowbuilder:masterfrom
ptziegler:swingutils-callable

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 3e63516 into eclipse-windowbuilder:master Jul 14, 2024
@ptziegler ptziegler deleted the swingutils-callable branch July 14, 2024 10:07
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