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