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