Skip to content

IBM/example-java-stream-gatherers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-java-stream-gatherers

This is an example project using Java stream Gatherers article on https://developer.ibm.com/.

Building the code

This example uses the Apache Maven wrapper to build and test the project. That means you do not have to have Maven installed--just the Java developer SDK.

Once you have cloned this repository, you can compile the code and run the unit tests by using:

$ ./mvnw clean verify

The output should end with lines that look like the following:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.773 s
[INFO] Finished at: 2024-12-16T09:39:14-10:00
[INFO] ------------------------------------------------------------------------

About

Example project using Java stream Gatherers article on https://developer.ibm.com/

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages