#
luxiaotao1123
2025-02-12 2809275eb14deca48f62a28d7f1e604843d1b1da
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}