1
2026-01-13 bfc2c6e32a69ace11bb8909c0d120998d9689258
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}