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