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