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