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