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