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