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