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

Method bindingNodesStream

java/dagger/model/BindingGraph.java:173–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 }
172
173 private Stream<BindingNode> bindingNodesStream() {
174 return nodes().stream().flatMap(instancesOf(BindingNode.class));
175 }
176
177 private Stream<ComponentNode> componentNodeStream() {
178 return nodes().stream().flatMap(instancesOf(ComponentNode.class));

Callers 1

bindingNodesMethod · 0.95

Calls 3

streamMethod · 0.80
nodesMethod · 0.80
instancesOfMethod · 0.80

Tested by

no test coverage detected