Searched defs:asyncDependencies (Results 1 – 3 of 3) sorted by relevance
88 public final ListenableFuture<T> apply(D asyncDependencies) throws Exception { in apply()104 protected abstract ListenableFuture<T> callProducesMethod(D asyncDependencies) throws Exception; in callProducesMethod()
183 ImmutableList<DependencyRequest> asyncDependencies = asyncDependencies(binding); in topLevelTypes() local283 private static ImmutableList<DependencyRequest> asyncDependencies(Binding binding) { in asyncDependencies() method in ProducerFactoryGenerator311 ImmutableList<DependencyRequest> asyncDependencies) { in createFutureTransform()431 private final ImmutableList<DependencyRequest> asyncDependencies; field in ProducerFactoryGenerator.MultiArgFutureTransform436 ImmutableList<DependencyRequest> asyncDependencies) { in MultiArgFutureTransform()
144 protected ListenableFuture<T> callProducesMethod(Void asyncDependencies) { in callProducesMethod()