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