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