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