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