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

Annotated public API with @API #25

Merged
merged 1 commit into from
Apr 19, 2018
Merged

Conversation

whiskeysierra
Copy link
Collaborator

Fixes #24

consumer.tryAccept(outer, inner);
tryWith(outer, a -> {
tryWith(inner, b -> {
consumer.tryAccept(a, b);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does not look like equivalent change

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is, you need to take look at the implementation of that method.

@AlexanderYastrebov
Copy link
Member

👍

@whiskeysierra whiskeysierra merged commit e5a4eb8 into master Apr 19, 2018
@whiskeysierra whiskeysierra deleted the feature/api-guardian branch April 19, 2018 18:31
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.

None yet

2 participants