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