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