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