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