Searched refs:unknownSizeLongStream (Results 1 – 1 of 1) sorted by relevance
276 (unknownSizeLongStream(a).sorted(), (s, c) -> s.peek(c::accept), i); in testLongSequentialShortCircuitTerminal()293 private LongStream unknownSizeLongStream(long[] a) { in unknownSizeLongStream() method in SortedOpTest