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