Searched refs:testDoubleStreamBuilder (Results 1 – 1 of 1) sorted by relevance
299 public void testDoubleStreamBuilder(int size) { in testDoubleStreamBuilder() method in StreamBuilderTest300 testDoubleStreamBuilder(size, (s) -> { in testDoubleStreamBuilder()306 testDoubleStreamBuilder(size, (s) -> { in testDoubleStreamBuilder()316 private void testDoubleStreamBuilder(int size, Function<Integer, DoubleStream> supplier) { in testDoubleStreamBuilder() method in StreamBuilderTest