项目作者: josdem

项目描述 :
This project describes steps to move from anonymous class to lambda expressions
高级语言: Java
项目地址: git://github.com/josdem/anonymous-to-lambda-workshop.git
创建时间: 2018-08-09T20:17:31Z
项目社区:https://github.com/josdem/anonymous-to-lambda-workshop

开源协议:

下载


Anonymous to Lambda Workshop

This project describes steps to move from anonymous class to lambda expressions

To run the project with Gradle

  1. gradle test

To run the project with Maven

  1. mvn test

Read this as reference

http://josdem.io/techtalk/java/from_anonymous_to_lambda/