chen.lin
2026-03-10 2f43bdfc075ca68ae0359e83d504fb04e4b74c2e
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}