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