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