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