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