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