zjj
2025-05-06 b782c4c683da89c7e389cf288e1191073afd1f51
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}