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