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