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

Method isRawType

java/dagger/internal/codegen/SetType.java:50–52  ·  view source on GitHub ↗

true if the set type is the raw Set type.

()

Source from the content-addressed store, hash-verified

48 * {@code true} if the set type is the raw {@link Set} type.
49 */
50 boolean isRawType() {
51 return declaredSetType().getTypeArguments().isEmpty();
52 }
53
54 /**
55 * The element type.

Callers 3

checkSetValuesTypeMethod · 0.95
isPlainSetMethod · 0.95
unwrapSetKeyMethod · 0.95

Calls 2

declaredSetTypeMethod · 0.95
isEmptyMethod · 0.80

Tested by

no test coverage detected