Searched refs:streamFunctions (Results 1 – 1 of 1) sorted by relevance
294 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; local327 List<Function<Stream<Integer>, Stream<Integer>>> streamFunctions() { in streamFunctions() method328 if (streamFunctions == null) { in streamFunctions()337 streamFunctions = permuteStreamFunctions(opFunctions); in streamFunctions()340 return streamFunctions; in streamFunctions()