Searched refs:hasValue (Results 1 – 1 of 1) sorted by relevance
172 boolean hasValue; field in FindOps.FindSink179 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()