摘要: 函数型接口:Interface Function<T,R> 传入参数类型为T,返回值类型为R。R apply(T t) public class FunctionInter { public static void main(String[] args) { // Function<String,S 阅读全文
posted @ 2021-10-15 20:58 酥炸小黄瓜 阅读(178) 评论(0) 推荐(0)