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