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