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