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