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