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