zjj
2025-05-10 966b891d2cadea48f74ae42a7c177da22adb2d53
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}