2022年8月15日
摘要: 1、IGetter import java.io.Serializable; @FunctionalInterface public interface IGetter<T> extends Serializable { Object get(T source); } 2、ISetter impor 阅读全文
posted @ 2022-08-15 15:54 Ruthless 阅读(1192) 评论(0) 推荐(0)