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