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