Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ add
Method
add
java/dagger/internal/SetBuilder.java:50–53 ·
view source on GitHub ↗
(T t)
Source
from the content-addressed store, hash-verified
48
}
49
50
public
SetBuilder<T> add(T t) {
51
contributions.add(checkNotNull(t, SET_CONTRIBUTIONS_CANNOT_BE_NULL));
52
return
this;
53
}
54
55
public
SetBuilder<T> addAll(Collection<? extends T> collection) {
56
for
(T item : collection) {
Callers
15
interceptCall
Method · 0.45
onNext
Method · 0.45
fragmentInjectedByApplication
Method · 0.45
fragmentInjectedByActivity
Method · 0.45
fragmentInjectedByParentFragment
Method · 0.45
allWeakReferencesCleared
Method · 0.45
onAttach
Method · 0.45
onCreate
Method · 0.45
get
Method · 0.45
addNull
Method · 0.45
DaggerModuleMethodSubject
Class · 0.45
addLines
Method · 0.45
Calls
1
checkNotNull
Method · 0.80
Tested by
15
interceptCall
Method · 0.36
onNext
Method · 0.36
fragmentInjectedByApplication
Method · 0.36
fragmentInjectedByActivity
Method · 0.36
fragmentInjectedByParentFragment
Method · 0.36
allWeakReferencesCleared
Method · 0.36
onAttach
Method · 0.36
onCreate
Method · 0.36
get
Method · 0.36
addNull
Method · 0.36
addLines
Method · 0.36
addLinesIn
Method · 0.36