MCPcopy 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

interceptCallMethod · 0.45
onNextMethod · 0.45
onAttachMethod · 0.45
onCreateMethod · 0.45
getMethod · 0.45
addNullMethod · 0.45
addLinesMethod · 0.45

Calls 1

checkNotNullMethod · 0.80

Tested by 15

interceptCallMethod · 0.36
onNextMethod · 0.36
onAttachMethod · 0.36
onCreateMethod · 0.36
getMethod · 0.36
addNullMethod · 0.36
addLinesMethod · 0.36
addLinesInMethod · 0.36