Searched refs:MoreAnnotationValues (Results 1 – 7 of 7) sorted by relevance
23 import static dagger.internal.codegen.MoreAnnotationValues.asAnnotationValues;71 .map(MoreAnnotationValues::asType) in includes()90 .map(MoreAnnotationValues::asType) in subcomponents()
21 import static dagger.internal.codegen.MoreAnnotationValues.asAnnotationValues;70 .map(MoreAnnotationValues::asType) in getTypeListValue()
27 final class MoreAnnotationValues { class74 private MoreAnnotationValues() {} in MoreAnnotationValues() method in MoreAnnotationValues
23 import static dagger.internal.codegen.MoreAnnotationValues.asAnnotationValues;96 return dependencyValues().stream().map(MoreAnnotationValues::asType).collect(toImmutableList()); in dependencyTypes()113 return moduleValues().stream().map(MoreAnnotationValues::asType).collect(toImmutableList()); in moduleTypes()
26 import static dagger.internal.codegen.MoreAnnotationValues.asAnnotationValues;
104 "MoreAnnotationValues.java",
33 import static dagger.internal.codegen.MoreAnnotationValues.asType;