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