Package graphql.execution
Interface Async.CombinedBuilder<T>
- All Known Implementing Classes:
Async.Empty
,Async.Many
,Async.Single
- Enclosing class:
Async
public static interface Async.CombinedBuilder<T>
-
Method Summary
-
Method Details
-
add
-
await
CompletableFuture<List<T>> await()
-