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