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