Lines Matching defs:empty

157      * an empty stream is used, instead.)
254 * empty stream will be returned.
393 * return foundAny ? OptionalLong.of(result) : OptionalLong.empty();
470 * stream, or an empty optional if this stream is empty. This is a special
480 * stream, or an empty {@code OptionalLong} if the stream is empty
486 * stream, or an empty optional if this stream is empty. This is a special
497 * stream, or an empty {@code OptionalLong} if the stream is empty
517 * this stream, or an empty optional if this stream is empty. This is a
525 * stream, or an empty optional if the stream is empty
545 * necessary for determining the result. If the stream is empty then
566 * determining the result. If the stream is empty then {@code true} is
575 * stream is empty, the quantification is said to be <em>vacuously
582 * provided predicate or the stream is empty, otherwise {@code false}
589 * determining the result. If the stream is empty then {@code true} is
598 * the stream is empty, the quantification is said to be vacuously satisfied
605 * provided predicate or the stream is empty, otherwise {@code false}
611 * stream, or an empty {@code OptionalLong} if the stream is empty. If the
618 * stream, or an empty {@code OptionalLong} if the stream is empty
624 * an empty {@code OptionalLong} if the stream is empty.
636 * or an empty {@code OptionalLong} if the stream is empty
689 * Returns an empty sequential {@code LongStream}.
691 * @return an empty sequential stream
693 public static LongStream empty() {
788 return empty();
825 return empty();