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