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