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