MCPcopy Index your code
hub / github.com/graphql-java/graphql-java / add

Method add

src/main/java/graphql/execution/Async.java:44–44  ·  view source on GitHub ↗

This adds a CompletableFuture into the collection of results @param completableFuture the CF to add

(CompletableFuture<T> completableFuture)

Source from the content-addressed store, hash-verified

42 * @param completableFuture the CF to add
43 */
44 void add(CompletableFuture<T> completableFuture);
45
46 /**
47 * This adds a new value which can be either a materialized value or a {@link CompletableFuture}

Callers 15

mainMethod · 0.65
analyzeMethod · 0.65
addDataPointMethod · 0.65
buildSchemaTypesMethod · 0.65
buildQueryTypeMethod · 0.65
buildGraphQLMethod · 0.65
buildEmbeddedDtoMethod · 0.65
buildDtoForDLMethod · 0.65
mkHowManyThingsMethod · 0.65
mkCharacterMethod · 0.65
buildGraphQLMethod · 0.65

Implementers 3

Emptysrc/main/java/graphql/execution/Async.
Singlesrc/main/java/graphql/execution/Async.
Manysrc/main/java/graphql/execution/Async.

Calls

no outgoing calls

Tested by 9

loadCharactersViaHTTPMethod · 0.52
createERMethod · 0.52
mapDataTogetherViaMapMethod · 0.52
mapDataTogetherViaDTOMethod · 0.52
chainedMethod · 0.52
informSubscribersMethod · 0.52
onNextMethod · 0.52
handleIterableMethod · 0.52