Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
isRawType
Method · 0.95
elementType
Method · 0.95
unwrappedElementType
Method · 0.95
Calls
2
wrappedDeclaredSetType
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected