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