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