1
16 小时以前 c6f6ebf23636b09cd23efbb6bc539f5156ea255b
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}