摘要: Lambda表达式 interface Body { String detailed(String head); } public class Sample { @Test public void test_1(){ Body b= h -> h + " No Parens!"; System.ou 阅读全文
posted @ 2021-01-07 21:22 webzom 阅读(87) 评论(0) 推荐(0)