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