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