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