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