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