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