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