Searched refs:scopesOf (Results 1 – 5 of 5) sorted by relevance
60 return Optional.ofNullable(getOnlyElement(scopesOf(element), null)); in uniqueScopeOf()74 public static ImmutableSet<Scope> scopesOf(Element element) { in scopesOf() method in Scopes
27 import static dagger.internal.codegen.base.Scopes.scopesOf;419 ImmutableSet<Scope> scopes = scopesOf(dependency); in validateDependencyScopeHierarchy()476 for (Scope scope : scopesOf(scopedComponent)) { in appendIndentedComponentsList()490 return types.stream().filter(type -> !scopesOf(type).isEmpty()).collect(toImmutableSet()); in scopedTypesIn()
21 import static dagger.internal.codegen.base.Scopes.scopesOf;174 for (Scope scope : scopesOf(constructorElement)) { in validateConstructorUncached()226 ImmutableSet<Scope> scopes = scopesOf(enclosingElement); in validateConstructorUncached()
22 import static dagger.internal.codegen.base.Scopes.scopesOf;351 ImmutableSet<Scope> scopes = scopesOf(element); in checkScopes()
25 import static dagger.internal.codegen.base.Scopes.scopesOf;196 ImmutableSet<Scope> scopes = scopesOf(typeElement); in create()