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