Searched refs:extractKeyType (Results 1 – 5 of 5) sorted by relevance
140 public static XType extractKeyType(XType type) { in extractKeyType() method in RequestKinds141 return extractKeyType(getRequestKind(type), type); in extractKeyType()144 private static XType extractKeyType(RequestKind requestKind, XType type) { in extractKeyType() method in RequestKinds149 return extractKeyType(LAZY, extractKeyType(PROVIDER, type)); in extractKeyType()
24 import static dagger.internal.codegen.base.RequestKinds.extractKeyType;168 XType keyType = extractKeyType(requestType); in checkType()
23 import static dagger.internal.codegen.base.RequestKinds.extractKeyType;214 .key(keyFactory.forQualifiedType(qualifier, extractKeyType(type))) in newDependencyRequest()
24 import static dagger.internal.codegen.base.RequestKinds.extractKeyType;363 return Optional.of(key.withType(DaggerType.from(extractKeyType(optionalValueType)))); in unwrapOptional()
24 import static dagger.internal.codegen.base.RequestKinds.extractKeyType;231 return breaksCycle(extractKeyType(optionalValueType), requestKind); in breaksCycle()