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