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