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