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