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