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