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