Skip to content

PatrickGIRY/refactoringToFPInJava8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refactoring to functional programming in Java 8

Specification

  • The search for participants by first name in the list of members of the meetup should :
    • return no participant where there is no member found with the query.
    • return one participant when there is a member found with the query.
    • return all matching participants where there are multiple members found with the query.

Exercice

Refactoring the production code so that becomes functional.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published