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