We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d928b44 commit 6880708Copy full SHA for 6880708
README.md
@@ -141,8 +141,7 @@ List<Project> allProjects = projectPager.all();
141
142
---
143
## Java 8 Stream Support
144
-As of GitLab4J-API 4.9.2, you can also fetch all the items a Java 8+ Stream instance using a Pager instance:
145
-
+As of GitLab4J-API 4.9.2, you can also stream list based items in a Java 8 Stream using a Pager instance as follows:
146
```java
147
// Get a Pager instance to get a Stream<Project> instance.
148
Pager<Project> projectPager = gitlabApi.getProjectsApi().getProjects(10);
0 commit comments