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