skyouc
2025-03-19 cbe83089c3d3044a13bc38c7c4d94207fd22a741
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}