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