lbq
2026-01-22 11db152ac1ee3d47e1047fb0c96fc7e10da345ac
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}