Searched refs:testStreamTooLarge (Results 1 – 1 of 1) sorted by relevance
66 testStreamTooLarge(f, Stream::findFirst); in testRefStreamTooLarge()75 testStreamTooLarge(f, IntStream::findFirst); in testIntStreamTooLarge()84 testStreamTooLarge(f, LongStream::findFirst); in testLongStreamTooLarge()93 testStreamTooLarge(f, DoubleStream::findFirst); in testDoubleStreamTooLarge()96 <T, S extends BaseStream<T, S>> void testStreamTooLarge(Function<LongStream, S> s, in testStreamTooLarge() method in SortedOpTest