Home
last modified time | relevance | path

Searched refs:getEmptyResult (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DAbstractShortCircuitTask.java94 protected abstract R getEmptyResult(); in getEmptyResult() method in AbstractShortCircuitTask
111 result = task.getEmptyResult(); in compute()
187 return (answer == null) ? getEmptyResult() : answer; in getLocalResult()
DSliceOps.java606 protected final Node<P_OUT> getEmptyResult() {
640 result = getEmptyResult();
643 result = getEmptyResult();
665 setLocalResult(getEmptyResult());
DMatchOps.java313 protected Boolean getEmptyResult() { in getEmptyResult() method in MatchOps.MatchTask
DFindOps.java272 protected O getEmptyResult() { in getEmptyResult() method in FindOps.FindTask