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