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