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