zhangc
7 天以前 84e12ecd3923f28b62b8659b138a554b0f6e084d
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}