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