-
Notifications
You must be signed in to change notification settings - Fork 29
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 successfulAsList
method of Guava ListenableFuture
#197
Labels
Comments
3 tasks
oldratlee
changed the title
🆙
implement Jul 10, 2024
successfulAsList
method of Guava ListenableFuture
oldratlee
pushed a commit
that referenced
this issue
Jul 11, 2024
oldratlee
pushed a commit
that referenced
this issue
Jul 11, 2024
oldratlee
pushed a commit
that referenced
this issue
Jul 11, 2024
oldratlee
added a commit
that referenced
this issue
Jul 11, 2024
…rder methods in `CompletableFutureUtils` (#197)
oldratlee
added a commit
that referenced
this issue
Jul 11, 2024
oldratlee
pushed a commit
that referenced
this issue
Jul 11, 2024
oldratlee
added a commit
that referenced
this issue
Jul 11, 2024
…rder methods in `CompletableFutureUtils` (#197)
oldratlee
added a commit
that referenced
this issue
Jul 11, 2024
oldratlee
added a commit
that referenced
this issue
Jul 12, 2024
…rder methods in `CompletableFutureUtils` (#197)
oldratlee
added a commit
that referenced
this issue
Jul 12, 2024
oldratlee
added a commit
that referenced
this issue
Jul 12, 2024
…rder methods in `CompletableFutureUtils` (#197)
oldratlee
added a commit
that referenced
this issue
Jul 12, 2024
oldratlee
added a commit
that referenced
this issue
Jul 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
successfulAsList()
method is similar tocffu#mostSuccessOf()
without timeout parameters, simpler and nice.According the naming convention/features of
cffu
, the implementing methods are:mSupplyAllSuccessAsync()
tupleMSupplyAllSuccessAsync()
allSuccessResultsOf()
allSuccessTupleOf()
thenMApplyAllSuccessAsync()
thenTupleMApplyAllSuccessAsync()
📝 Implementation Note
allSuccess*
method is same as the homologousmostSuccess*
method expect without 2timeout
parameters.allSuccess*
method is beforemostSuccess*
method.(because
allSuccess*
method is simpler and more straightforward.)The text was updated successfully, but these errors were encountered: