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

Method get

java/dagger/internal/ProviderOfLazy.java:40–43  ·  view source on GitHub ↗

Returns a new instance of Lazy Lazy<T>, which calls Provider#get() at most once on the Provider held by this object.

()

Source from the content-addressed store, hash-verified

38 * most once on the {@link Provider} held by this object.
39 */
40 @Override
41 public Lazy<T> get() {
42 return DoubleCheck.lazy(provider);
43 }
44
45 /**
46 * Creates a new {@link Provider Provider&lt;Lazy&lt;T&gt;&gt;} that decorates the given

Callers

nothing calls this directly

Calls 1

lazyMethod · 0.95

Tested by

no test coverage detected