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