Skip to main content

One doc tagged with "lambada"

View All Tags

lambda表达式

Lambda表达式(也叫做闭包),是jdk8中的新语法,它允许我们将函数当成参数传递给某个方法或者将代码本身作为数据进行处理。