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