项目作者: josdem
项目描述 :
This project describes steps to move from anonymous class to lambda expressions
高级语言: Java
项目地址: git://github.com/josdem/anonymous-to-lambda-workshop.git
Anonymous to Lambda Workshop
This project describes steps to move from anonymous class to lambda expressions
To run the project with Gradle
gradle test
To run the project with Maven
mvn test
Read this as reference
http://josdem.io/techtalk/java/from_anonymous_to_lambda/