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