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