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