lambda表达式学习第一天 java8已经更新了将近五年,静下心来学习函数式编程 常见的lambda表达式的语法 首先献上--helloWorld Runnable helloWorld = () -> System.out.println("helloWorld");