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