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