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