Home
last modified time | relevance | path

Searched refs:streamFunctions (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DStreamSpliteratorTest.java290 for (Function<Stream<Integer>, Stream<Integer>> f : streamFunctions()) {
309 for (Function<Stream<Integer>, Stream<Integer>> f : streamFunctions()) { in testSpliterators()
316 for (Function<Stream<Integer>, Stream<Integer>> f : streamFunctions()) { in testParSpliterators()
321 private List<Function<Stream<Integer>, Stream<Integer>>> streamFunctions; local
323 List<Function<Stream<Integer>, Stream<Integer>>> streamFunctions() { in streamFunctions() method
324 if (streamFunctions == null) { in streamFunctions()
333 streamFunctions = permuteStreamFunctions(opFunctions); in streamFunctions()
336 return streamFunctions; in streamFunctions()