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

/libcore/ojluni/src/main/java/java/util/stream/
H A DAbstractShortCircuitTask.java94 protected abstract R getEmptyResult(); method in class:AbstractShortCircuitTask
111 result = task.getEmptyResult();
187 return (answer == null) ? getEmptyResult() : answer;
H A DSliceOps.java594 protected final Node<P_OUT> getEmptyResult() { method in class:SliceOps.SliceTask
628 result = getEmptyResult();
631 result = getEmptyResult();
653 setLocalResult(getEmptyResult());
H A DFindOps.java272 protected O getEmptyResult() { method in class:FindOps.FindTask
H A DMatchOps.java313 protected Boolean getEmptyResult() { method in class:MatchOps.MatchTask

Completed in 347 milliseconds