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