Ryan
2025-03-20 4235b508143509b4f8aa85c8b561313f131b1d4b
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}