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