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