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