Uses of Interface
graphql.execution.Async.CombinedBuilder
Packages that use Async.CombinedBuilder
-
Uses of Async.CombinedBuilder in graphql.execution
Classes in graphql.execution that implement Async.CombinedBuilderModifier and TypeClassDescriptionprivate static class
Async.Empty<T>
private static class
Async.Many<T>
private static class
Async.Single<T>
Methods in graphql.execution that return Async.CombinedBuilderModifier and TypeMethodDescriptionstatic <T> Async.CombinedBuilder
<T> Async.ofExpectedSize
(int expectedSize) Combines 0 or more CF into one.