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