Searched refs:getEmptyResult (Results 1 – 4 of 4) sorted by relevance
94 protected abstract R getEmptyResult(); in getEmptyResult() method in AbstractShortCircuitTask111 result = task.getEmptyResult(); in compute()187 return (answer == null) ? getEmptyResult() : answer; in getLocalResult()
606 protected final Node<P_OUT> getEmptyResult() {640 result = getEmptyResult();643 result = getEmptyResult();665 setLocalResult(getEmptyResult());
313 protected Boolean getEmptyResult() { in getEmptyResult() method in MatchOps.MatchTask
272 protected O getEmptyResult() { in getEmptyResult() method in FindOps.FindTask