摘要: /** * 消费型接口 Consumer<T> void accept(T t) * 供给型接口 Supplier<T> T get() * 函数型接口 Function<T,R> R apply(T t) * 断定型接口 predicate<T> boolean test(T t) */ clas 阅读全文
posted @ 2021-11-11 17:04 Leduo 阅读(55) 评论(0) 推荐(0)