#
whycq
2025-02-21 603eb58446847ace3ff0c0350723078f656fbaf1
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}