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