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