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