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