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