Searched refs:getLocalResult (Results 1 – 6 of 6) sorted by relevance
176 return getLocalResult(); in getRawResult()184 public R getLocalResult() { in getLocalResult() method in AbstractShortCircuitTask190 return super.getLocalResult(); in getLocalResult()
232 protected R getLocalResult() { in getLocalResult() method in AbstractTask
645 result = rightChild.getLocalResult();648 leftChild.getLocalResult(), rightChild.getLocalResult());
306 O result = child.getLocalResult(); in onCompletion()
753 S leftResult = leftChild.getLocalResult();754 leftResult.combine(rightChild.getLocalResult());
2189 … setLocalResult(concFactory.apply(leftChild.getLocalResult(), rightChild.getLocalResult()));