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