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