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