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