摘要: Lambda表达式 public class Test { public static void main(String[] args) { fun((a) -> a + 100); } static void fun(Function<Integer, Integer> fun) { System 阅读全文
posted @ 2021-05-08 14:25 fight139 阅读(106) 评论(0) 推荐(0)