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