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