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