Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if there are undefined strings #2

Closed
Nuisigor opened this issue Dec 1, 2022 · 1 comment
Closed

Check if there are undefined strings #2

Nuisigor opened this issue Dec 1, 2022 · 1 comment

Comments

@Nuisigor
Copy link
Owner

Nuisigor commented Dec 1, 2022

Add a quality check to verify if there are undefined strings for an entry.

Original: magsilva#36

@getuliobr
Copy link
Collaborator

public Optional labelAlreadyExists(String label) {
return stringsListProperty.stream()
.filter(item -> item.labelProperty().getValue().equals(label))
.findFirst();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Review
Development

No branches or pull requests

2 participants