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