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