Searched defs:asyncDependencies (Results 1 – 3 of 3) sorted by relevance
75 public final ListenableFuture<T> apply(D asyncDependencies) throws Exception { in apply()91 protected abstract ListenableFuture<T> callProducesMethod(D asyncDependencies) throws Exception; in callProducesMethod()
185 ImmutableList<DependencyRequest> asyncDependencies = asyncDependencies(binding); in topLevelTypes() local284 private static ImmutableList<DependencyRequest> asyncDependencies(Binding binding) { in asyncDependencies() method in ProducerFactoryGenerator344 ImmutableList<DependencyRequest> asyncDependencies) { in create()432 private final ImmutableList<DependencyRequest> asyncDependencies; field in ProducerFactoryGenerator.MultiArgFutureTransform437 ImmutableList<DependencyRequest> asyncDependencies) { in MultiArgFutureTransform()
144 protected ListenableFuture<T> callProducesMethod(Void asyncDependencies) { in callProducesMethod()