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