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