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