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