HomeSort by relevance Sort by last modified time
    Searched refs:getLocalResult (Results 1 - 6 of 6) 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}
SliceOps.java 633 result = rightChild.getLocalResult();
636 leftChild.getLocalResult(), rightChild.getLocalResult());
    [all...]
FindOps.java 306 O result = child.getLocalResult();
ReduceOps.java 753 S leftResult = leftChild.getLocalResult();
754 leftResult.combine(rightChild.getLocalResult());
Nodes.java     [all...]

Completed in 207 milliseconds