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