This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5dbcb47 tweak wording
5dbcb47 is described below
commit 5dbcb47e558b4afd105ca3335238b15939a0daa9
Author: Paul King <[email protected]>
AuthorDate: Tue May 6 22:48:16 2025 +1000
tweak wording
---
site/src/site/blog/exploring-gatherers4j.adoc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/site/src/site/blog/exploring-gatherers4j.adoc
b/site/src/site/blog/exploring-gatherers4j.adoc
index acb6219..652ed36 100644
--- a/site/src/site/blog/exploring-gatherers4j.adoc
+++ b/site/src/site/blog/exploring-gatherers4j.adoc
@@ -965,9 +965,10 @@ assert ['A', 'B', 'C', 'A'].iterator()
== Conclusion
-We have looked at how to use gatherers, and how to achieve similar
functionality using iterators.
+We have looked at some of the functionality of the Gatherers4j library, and
how to achieve similar functionality using iterators.
+Gatherers4j works well with Groovy, offering additional stream functionality
not built into the JDK. If you frequently use streams, explore Gatherers4j for
pre-built gatherers that might meet your needs.
.Update history
****
-*11/Apr/2025*: Initial version +
+*06/May/2025*: Initial version +
****