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