Package graphql.execution
Class Async.Empty<T>
java.lang.Object
graphql.execution.Async.Empty<T>
- All Implemented Interfaces:
Async.CombinedBuilder<T>
- Enclosing class:
Async
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(CompletableFuture<T> completableFuture) await()
private static <T> CompletableFuture
<T>
-
Field Details
-
ix
private int ix -
EMPTY
-
-
Constructor Details
-
Empty
private Empty()
-
-
Method Details
-
add
- Specified by:
add
in interfaceAsync.CombinedBuilder<T>
-
await
- Specified by:
await
in interfaceAsync.CombinedBuilder<T>
-
typedEmpty
-