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.java172 boolean hasValue; field in FindOps.FindSink
179 if (!hasValue) { in accept()
180 hasValue = true; in accept()
187 return hasValue; in cancellationRequested()
194 return hasValue ? Optional.of(value) : null; in get()
217 return hasValue ? OptionalInt.of(value) : null; in get()
239 return hasValue ? OptionalLong.of(value) : null; in get()
261 return hasValue ? OptionalDouble.of(value) : null; in get()