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