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