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