T
@FunctionalInterface public interface Editor<T>
1、如果返回值为 null,表示此值被抛弃 2、对对象做修改
null
edit(T t)
T edit(T t)
t
Copyright © 2024. All rights reserved.