MCPcopy Index your code
hub / github.com/apache/groovy / stream

Method stream

src/main/java/org/codehaus/groovy/ast/query/AstQuery.java:302–304  ·  view source on GitHub ↗

@return a sequential Stream of the matches in document order

()

Source from the content-addressed store, hash-verified

300 * @return a sequential {@link Stream} of the matches in document order
301 */
302 public Stream<T> stream() {
303 return run(false).stream();
304 }
305
306 @SuppressWarnings("unchecked")
307 private List<T> run(final boolean shortCircuit) {

Callers

nothing calls this directly

Calls 2

runMethod · 0.95
streamMethod · 0.65

Tested by

no test coverage detected