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