MCPcopy Index your code
hub / github.com/google/dagger / declaredSetType

Method declaredSetType

java/dagger/internal/codegen/SetType.java:43–45  ·  view source on GitHub ↗

The set type itself.

()

Source from the content-addressed store, hash-verified

41 * The set type itself.
42 */
43 DeclaredType declaredSetType() {
44 return wrappedDeclaredSetType().get();
45 }
46
47 /**
48 * {@code true} if the set type is the raw {@link Set} type.

Callers 3

isRawTypeMethod · 0.95
elementTypeMethod · 0.95
unwrappedElementTypeMethod · 0.95

Calls 2

getMethod · 0.65

Tested by

no test coverage detected