Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 620 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 620 Bytes

Small project created with Maven to document my Java exercises using Lambda functions and some functional programming (Predicate, Consumer, Provider, Function, BiFunction, UnaryOperator, BinaryOperatoretc.); the data used is fetched from the public APIs using the Unirest utility

My code examples are purely for practice purposes and are based on the following courses:

Credits to the cool restful API Animechan providing good data for testing purposes.