11
verou
2025-03-25 1014402be25cd1f48d6efab06e51a77f073578d4
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}