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