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