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