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