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