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