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