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