Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/stream/
DFindOps.java171 boolean hasValue; field in FindOps.FindSink
178 if (!hasValue) { in accept()
179 hasValue = true; in accept()
186 return hasValue; in cancellationRequested()
193 return hasValue ? Optional.of(value) : null; in get()
208 return hasValue ? OptionalInt.of(value) : null; in get()
223 return hasValue ? OptionalLong.of(value) : null; in get()
238 return hasValue ? OptionalDouble.of(value) : null; in get()