Skip to content

INBPM0420L/stream-playground-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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 or later.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages