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