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