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

Add AbstractOptionalAssert#hasValueSatisfying accepting ThrowableConsumer #3434

Open
ragnaroh-nrk opened this issue Apr 19, 2024 · 2 comments
Labels
status: ideal for contribution An issue that a contributor can help us with type: new feature A new feature

Comments

@ragnaroh-nrk
Copy link

When using hasValueSatisfying one has to handle checked exceptions inside the consumer callback, which adds unnecessary clutter to the code.

Similar case as #731

@joel-costigliola
Copy link
Member

I agree this would be helpful

@joel-costigliola joel-costigliola added status: ideal for contribution An issue that a contributor can help us with type: new feature A new feature labels Apr 19, 2024
@scordio
Copy link
Member

scordio commented Apr 23, 2024

We should consider the impact on Kotlin to avoid situations like #2357.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ideal for contribution An issue that a contributor can help us with type: new feature A new feature
Projects
None yet
Development

No branches or pull requests

3 participants