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