摘要: public interface StrategyHandler<T,R> { @SuppressWarnings("rawtypes") StrategyHandler DEFAULT = t -> null; /** * apply strategy */ R apply(T param); } 阅读全文
posted @ 2021-05-20 20:32 Cwoke 阅读(622) 评论(0) 推荐(0)