Java8-Lambda-No.02
public class Lambda2 { @FunctionalInterface public static interface Converter { T convert(F from); } static cl...

posted on 2017-12-14 09:26  Holyz  阅读(145)  评论(0编辑  收藏  举报