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.java294 for (Function<Stream<Integer>, Stream<Integer>> f : streamFunctions()) {
313 for (Function<Stream<Integer>, Stream<Integer>> f : streamFunctions()) { in testSpliterators()
320 for (Function<Stream<Integer>, Stream<Integer>> f : streamFunctions()) { in testParSpliterators()
325 private List<Function<Stream<Integer>, Stream<Integer>>> streamFunctions; local
327 List<Function<Stream<Integer>, Stream<Integer>>> streamFunctions() { in streamFunctions() method
328 if (streamFunctions == null) { in streamFunctions()
337 streamFunctions = permuteStreamFunctions(opFunctions); in streamFunctions()
340 return streamFunctions; in streamFunctions()