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