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

  /libcore/ojluni/src/main/java/java/util/stream/
AbstractShortCircuitTask.java 176 return getLocalResult();
184 public R getLocalResult() {
190 return super.getLocalResult();
AbstractTask.java 67 * R result = child.getLocalResult();
70 * result = combine(result, child.getLocalResult());
200 * {@link #setLocalResult(Object)} and {@link #getLocalResult()} to manage
232 protected R getLocalResult() {
238 * {@link #getLocalResult}

Completed in 123 milliseconds