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