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