An open API service indexing awesome lists of open source software.

https://github.com/netzulo/lambdasjavaexample

lambdasJavaExample
https://github.com/netzulo/lambdasjavaexample

Last synced: 13 days ago
JSON representation

lambdasJavaExample

Awesome Lists containing this project

README

          

# Test for : Java1.8 Lambdas

- Declare your own @FunctionalInterface
- Declare a method on our interface

- Define a database structure classes
- Instance your @FunctionalInterface to declare different functionalities
- Use your anonimous declared functionalities to affect your database structure