chen.lin
2026-02-05 6e127398cc8b5dcd78a81029f1c747ceee37af18
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}