chen.lin
2026-02-07 85cca2905e6fb32ea3441790413fd0cb60b9cb7e
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}