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