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