HomeSort by relevance Sort by last modified time
    Searched defs:doLeaf (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/java/util/stream/
AbstractTask.java 53 * <p>For example, a task that performs a reduce would override {@code doLeaf()}
59 * protected S doLeaf() {
176 protected abstract R doLeaf();
279 * directly. If computing directly, calls {@code doLeaf} and pass
316 task.setLocalResult(task.doLeaf());
FindOps.java 284 protected O doLeaf() {
MatchOps.java 305 protected Boolean doLeaf() {

Completed in 172 milliseconds