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