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