Package graphql.execution
Class Async.Empty<T>
- java.lang.Object
-
- graphql.execution.Async.Empty<T>
-
- All Implemented Interfaces:
Async.CombinedBuilder<T>
- Enclosing class:
- Async
private static class Async.Empty<T> extends java.lang.Object implements Async.CombinedBuilder<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Empty()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.util.concurrent.CompletableFuture<T> completableFuture)
java.util.concurrent.CompletableFuture<java.util.List<T>>
await()
private static <T> java.util.concurrent.CompletableFuture<T>
typedEmpty()
-
-
-
Method Detail
-
add
public void add(java.util.concurrent.CompletableFuture<T> completableFuture)
- Specified by:
add
in interfaceAsync.CombinedBuilder<T>
-
await
public java.util.concurrent.CompletableFuture<java.util.List<T>> await()
- Specified by:
await
in interfaceAsync.CombinedBuilder<T>
-
typedEmpty
private static <T> java.util.concurrent.CompletableFuture<T> typedEmpty()
-
-