Kirill Tkalenko created IGNITE-22518:
----------------------------------------

             Summary: Rename CompletableFutures#allOf to 
CompletableFutures#allOfToList
                 Key: IGNITE-22518
                 URL: https://issues.apache.org/jira/browse/IGNITE-22518
             Project: Ignite
          Issue Type: Improvement
            Reporter: Kirill Tkalenko
            Assignee: Kirill Tkalenko
             Fix For: 3.0.0-beta2


As a result of reflection and internal discussions, the name of 
*org.apache.ignite.internal.util.CompletableFutures#allOf* is not entirely 
appropriate, because the result will not be *CompletableFuture<Void>* but 
*CompletableFuture<List<T>>*, which can be confusing. It is proposed to rename 
it to *allOfToList* And also add a new “sugar” method *CompletableFuture<Void> 
allOf(List<CompletableFuture<?>> futures)*.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to