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