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