Searched refs:getLocalResult (Results 1 – 7 of 7) sorted by relevance
176 return getLocalResult(); in getRawResult()184 public R getLocalResult() { in getLocalResult() method in AbstractShortCircuitTask190 return super.getLocalResult(); in getLocalResult()
1256 result = leftChild.getLocalResult();1274 return rightChild.getLocalResult();1279 return leftChild.getLocalResult();1284 leftChild.getLocalResult(), rightChild.getLocalResult());1398 return rightChild.getLocalResult();1403 return leftChild.getLocalResult();1408 leftChild.getLocalResult(), rightChild.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());
2197 … setLocalResult(concFactory.apply(leftChild.getLocalResult(), rightChild.getLocalResult()));