Skip to content

INBPM0420/stream-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stream-playground

Playground for playing with streams in Java.

Data is taken from the REST Countries API from here.

Usage:

$ mvn compile jshell:run
jshell> import countries.*;
jshell> List<Country> countries = new CountryRepository().getAll(); // The list of all countries

Building and running the project requires JDK 17.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages