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