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