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