foldright / cffu

🦝 Java CompletableFuture-Fu(CF-Fu, pronounced "Shifu"), a tiny sidekick library to make CompletableFuture usage more convenient, more efficient and safer in your application. 😋🚀🦺
https://github.com/foldright/cffu
Apache License 2.0
174 stars 23 forks source link

implement `successfulAsList` method of `Guava ListenableFuture` #197

Closed oldratlee closed 3 months ago

oldratlee commented 3 months ago

subtask of #194

successfulAsList() method is similar to cffu#mostSuccessOf() without timeout parameters, simpler and nice.

According the naming convention/features of cffu, the implementing methods are:

📝 Implementation Note