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