1
5 天以前 54de9faad9bf00e13b23f024e94bf486a9b3c959
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}