摘要: @FunctionalInterface //函数式接口:只有一个抽象方法的接口 public interface MyLambdaInterface { public int add(int i); } public class LambdaTest { @Test public void test(){ Integer n... 阅读全文
posted @ 2017-12-09 00:11 一码平天下 阅读(220) 评论(0) 推荐(0)