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