Searched refs:streamFunctions (Results 1 – 1 of 1) sorted by relevance
290 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; local323 List<Function<Stream<Integer>, Stream<Integer>>> streamFunctions() { in streamFunctions() method324 if (streamFunctions == null) { in streamFunctions()333 streamFunctions = permuteStreamFunctions(opFunctions); in streamFunctions()336 return streamFunctions; in streamFunctions()