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()
254 ImmutableList<DependencyRequest> asyncDependencies = asyncDependencies(binding); in collectDependenciesMethod() local330 ImmutableList<DependencyRequest> asyncDependencies = asyncDependencies(binding); in callProducesMethod() local377 ImmutableList<DependencyRequest> asyncDependencies = asyncDependencies(binding); in callProducesMethodParameter() local393 private static ImmutableList<DependencyRequest> asyncDependencies(ProductionBinding binding) { in asyncDependencies() method in ProducerFactoryGenerator
144 protected ListenableFuture<T> callProducesMethod(Void asyncDependencies) { in callProducesMethod()