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