-
Notifications
You must be signed in to change notification settings - Fork 24
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
implement the catching()
of Guava ListenableFuture
#196
Labels
✨ feature
New feature
Comments
3 tasks
oldratlee
changed the title
implement the Jul 10, 2024
catching()
, nice 🆙catching()
of Guava ListenableFuture
oldratlee
added a commit
that referenced
this issue
Jul 15, 2024
oldratlee
added a commit
that referenced
this issue
Jul 15, 2024
oldratlee
added a commit
that referenced
this issue
Jul 15, 2024
oldratlee
added a commit
that referenced
this issue
Jul 15, 2024
oldratlee
added a commit
that referenced
this issue
Jul 15, 2024
oldratlee
added a commit
that referenced
this issue
Jul 16, 2024
oldratlee
added a commit
that referenced
this issue
Jul 17, 2024
oldratlee
added a commit
that referenced
this issue
Jul 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
catching()
methods ofGuava ListenableFuture
is best-practice, straightforward and convenient, nice.According the naming convention of
CompletableFuture
, the implementing instance methods are:catching
/catchingAsync
catchingCompose
/catchingComposeAsync
📝 Implementation Note
catching*
method is beforeexceptionally*
method.(because
catching*
method is more best-practice and straightforward.)The text was updated successfully, but these errors were encountered: