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