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