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