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