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