package J20250721; /** * @author WanJl * @version 1.0 * @title MyConsumer * @description * @create 2025/7/21 */ public interface MyConsumer { void accept(int t); }