zjj
2025-04-10 412842e95fcd748eddf4fbbfee018b5755f0f1b9
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}