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